chore: add missing explanation comments

This commit is contained in:
Tobias Berger 2024-02-11 18:38:04 +01:00
parent c229cb42ac
commit 84bb67f0ec
Signed by: toby
GPG key ID: 2D05EFAB764D6A88

2
.vscode/mod.csproj vendored
View file

@ -25,6 +25,7 @@
<supportedVersions>
<li>1.4</li>
</supportedVersions>
<!-- Gets automatically populated with VersionPrefix (see above) -->
<modVersion IgnoreIfNoMatchingField="True" />
<url />
<modDependencies />
@ -53,6 +54,7 @@
<Compile Include="../Source/*" />
<PackageReference Include="Krafs.Rimworld.Ref"
Version="1.4.3901" />
<!-- Set IncludeAssets to 'compile' to enable Harmony -->
<PackageReference Include="Lib.Harmony"
Version="2.2.2"
IncludeAssets="none" />