This commit is contained in:
2025-10-05 16:13:26 +08:00
parent 0a44683611
commit 286c91579f
8 changed files with 441 additions and 73 deletions

View File

@@ -234,6 +234,7 @@
<Compile Include="Verbs\Projectiles\TrackingBulletDef.cs" />
<Compile Include="Verbs\Verb_ShootArc.cs" />
<Compile Include="Verbs\Verb_ShootBeamArc.cs" />
<Compile Include="Verbs\Verb_ShootBeamSplitAndChain.cs" />
<Compile Include="Verbs\Verb_ShootMeltBeam.cs" />
<Compile Include="Verbs\Verb_ShootShotgun.cs" />
<Compile Include="Verbs\Verb_ShootShotgunWithOffset.cs" />
@@ -265,6 +266,9 @@
<Compile Include="Buildings\Wormhole\TravelingWormhole.cs" />
<Compile Include="Buildings\Wormhole\DefModExtension_TravelingWormhole.cs" />
</ItemGroup>
<ItemGroup>
<Compile Include="Utils\BezierUtil.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 自定义清理任务删除obj文件夹中的临时文件 -->
<Target Name="CleanDebugFiles" AfterTargets="Build">