Ejemplo n.º 1
0
 internal void ReceiveCommandForMarket(MessageMarketCommand msg)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 internal void ReceiveCommandForMarket(MessageMarketCommand msg)
 {
     _planetCs[msg.PlanetId].ReceiveCommandForMarket(msg);
 }
Ejemplo n.º 3
0
 private void receiveCommandForMarket(MessageMarketCommand msg)
 {
     _solarSystemC.ReceiveCommandForMarket(msg);
 }