Пример #1
0
 public MoveComplete_Item(UnitType incUnit)
 {
     unit = incUnit;
 }
Пример #2
0
 public ScenarioItemType(UnitType u)
 {
     unit = u;
     base.eventType = "ScenarioItemType";
 }
Пример #3
0
 public MoveItemType(UnitType u, int throttle, VectorType direction)
 {
     unit = u;
     Throttle = throttle;
     Direction = direction;
 }