EmitInfantryOnSell moved to RA

This commit is contained in:
Chris Forbes
2010-05-20 17:56:44 +12:00
parent 342ef2a498
commit 248eba20fa
6 changed files with 31 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ using OpenRA.Traits;
namespace OpenRA.GameRules
{
static class Footprint
public static class Footprint
{
public static IEnumerable<int2> Tiles( string name, BuildingInfo buildingInfo, int2 topLeft )
{