minelayer works in mod dll

This commit is contained in:
Chris Forbes
2010-01-17 09:57:58 +13:00
parent 47f95ff596
commit a2e1fe3d4f
10 changed files with 35 additions and 46 deletions

View File

@@ -1,9 +1,7 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using OpenRa.Traits;
using OpenRa.Effects;
using OpenRa.Traits;
namespace OpenRa.Mods.RA
{
@@ -54,7 +52,4 @@ namespace OpenRa.Mods.RA
public IEnumerable<int2> OccupiedCells() { yield return self.Location; }
}
class MineImmuneInfo : StatelessTraitInfo<MineImmune> { }
class MineImmune { }
}