Example #1
0
 public void RelayTelegram(Telegram Telegram)
 {
     // get the state machine and send the message to the state machine somehow!
     ComputerPlayer.HandleMessage(Telegram);
 }