Esempio n. 1
0
 public MessageShipCommand(IMessageShipCommandData cmd, Int64 tickSent, Int64 shipId)
 {
     Command  = cmd;
     TickSent = tickSent;
     ShipId   = shipId;
 }
Esempio n. 2
0
 public MessageShipCommand(IMessageShipCommandData cmd, Int64 tickSent, Int64 shipId)
 {
     Command = cmd;
     TickSent = tickSent;
     ShipId = shipId;
 }