Exemple #1
0
 public MoveItemType(UnitType u, int throttle, VectorType direction)
 {
     unit = u;
     Throttle = throttle;
     Direction = direction;
 }
Exemple #2
0
 public MoveItemType()
 {
     unit = null;
     Throttle = 0;
     Direction = null;
 }