Move ResourceClaim and ResourceClaimLayer to Mods.Common

This commit is contained in:
reaperrr
2014-10-04 18:52:48 +02:00
parent 9381386b7c
commit 8b5bd49095
9 changed files with 23 additions and 10 deletions

View File

@@ -100,6 +100,8 @@
<Compile Include="Widgets\ResourceBarWidget.cs" />
<Compile Include="World\PlayMusicOnMapLoad.cs" />
<Compile Include="World\RadarPings.cs" />
<Compile Include="World\ResourceClaim.cs" />
<Compile Include="World\ResourceClaimLayer.cs" />
<Compile Include="World\SmudgeLayer.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />