This commit is contained in:
2025-09-10 01:02:08 +08:00
parent c9fd2e8844
commit 12ea403c97
7 changed files with 435 additions and 14 deletions

View File

@@ -184,6 +184,12 @@
<Compile Include="Projectiles\Projectile_WulaPenetratingBullet.cs" />
<Compile Include="Projectiles\TrackingBulletDef.cs" />
</ItemGroup>
<ItemGroup>
<Compile Include="HediffComp_NecroticTransformation.cs" />
<Compile Include="Hediff_NecroticVirus_Configurable.cs" />
<Compile Include="NecroticTransformationUtility.cs" />
<Compile Include="ProphecyGearEffect.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 自定义清理任务删除obj文件夹中的临时文件 -->
<Target Name="CleanDebugFiles" AfterTargets="Build">