Helicopter..

This commit is contained in:
Chris Forbes
2010-01-10 13:50:46 +13:00
parent 1c1b0be8bb
commit aeda044f83
5 changed files with 21 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ namespace OpenRa.Game.Traits
public readonly int Sight = 0;
public readonly int ROT = 0;
public readonly int Speed = 0;
public object Create(Actor self) { return new Mobile(self); }
}