removed ActorInfo (unused)

This commit is contained in:
Chris Forbes
2010-01-14 19:16:55 +13:00
parent 614edbdc65
commit db643d5b76
2 changed files with 0 additions and 12 deletions

View File

@@ -1,11 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace OpenRa.Game.GameRules
{
public class ActorInfo
{
}
}

View File

@@ -92,7 +92,6 @@
<Compile Include="Effects\Smoke.cs" />
<Compile Include="Effects\TeslaZap.cs" />
<Compile Include="Exts.cs" />
<Compile Include="GameRules\ActorInfo.cs" />
<Compile Include="GameRules\AftermathInfo.cs" />
<Compile Include="GameRules\ArmorType.cs" />
<Compile Include="GameRules\GeneralInfo.cs" />