private void AreYouReadyHandler(PacketHeader header, Connection connection, AreYouReady incomingObject)
 {
     Console.WriteLine();
     Console.WriteLine("Your room is full are you ready to start the game ? if so enter the \"ready\" command");
     Prompt();
 }
Ejemplo n.º 2
0
 protected virtual void OnAreYouReady(object source, EventArgs e)
 {
     AreYouReady?.Invoke(source, e);
 }