move Weapon & friends into own file

This commit is contained in:
Chris Forbes
2010-07-31 23:21:22 +12:00
parent 6c6da12dd6
commit 491d38cafe
3 changed files with 94 additions and 71 deletions

View File

@@ -197,6 +197,7 @@
<Compile Include="DefaultShellmapScript.cs" />
<Compile Include="Wall.cs" />
<Compile Include="WaterPaletteRotation.cs" />
<Compile Include="Weapon.cs" />
<Compile Include="Widgets\BuildPaletteWidget.cs" />
<Compile Include="Widgets\Delegates\IngameChromeDelegate.cs" />
<Compile Include="Widgets\MoneyBinWidget.cs" />