Esempio n. 1
0
 public uint PlayerCommand(UnitCommand cmd)
 {
     cmd._orderSequence = _orderSequence;
     ++_orderSequence;
     _brain.AddCommand(cmd);
     return(cmd._orderSequence);
 }