增加移除物品

This commit is contained in:
Huoji's
2023-10-05 03:24:31 +08:00
parent dd0456b064
commit c1ed6d1ad9
12 changed files with 194 additions and 38 deletions

View File

@@ -236,6 +236,7 @@
<ClInclude Include="vmt.h" />
<ClInclude Include="vmthook.h" />
<ClInclude Include="script_callbacks.h" />
<ClInclude Include="weapon.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp" />
@@ -301,6 +302,7 @@
<ClCompile Include="timer.cpp" />
<ClCompile Include="tools.cpp" />
<ClCompile Include="vmthook.cpp" />
<ClCompile Include="weapon.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="cpp.hint" />