Ejemplo n.º 1
0
 public void SendMessageBox(string msg, int time, Color c)
 {
     if (RealPlayer && ConnectionAlive)
     {
         MessageSender.SendBoxMessage(playerID, msg, time, c);
     }
 }