有一点自私的护盾

This commit is contained in:
2025-07-23 18:50:51 +08:00
parent 6414a2a033
commit db4d08e4bd
7 changed files with 581 additions and 54 deletions

View File

@@ -62,6 +62,7 @@
<Compile Include="Building_Wula_DarkEnergy_Engine.cs" />
<Compile Include="MechanitorPatch.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="CompApparelInterceptor.cs" />
<Compile Include="SectionLayer_WulaHull.cs" />
<Compile Include="HediffComp_RegenerateBackstory.cs" />
<Compile Include="WulaFallenEmpireMod.cs" />
@@ -86,6 +87,7 @@
<Compile Include="WulaCaravanEnergyDef.cs" />
<Compile Include="HarmonyPatches\Caravan_NeedsTracker_TrySatisfyPawnNeeds_Patch.cs" />
<Compile Include="HarmonyPatches\FloatMenuOptionProvider_Ingest_Patch.cs" />
<Compile Include="HarmonyPatches\Projectile_Launch_Patch.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
@@ -94,4 +96,4 @@
<RemoveDir Directories="$(ProjectDir)obj\Debug" />
<RemoveDir Directories="$(ProjectDir)obj\Release" />
</Target>
</Project>
</Project>