コード例 #1
0
 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();
 }
コード例 #2
0
 protected virtual void OnAreYouReady(object source, EventArgs e)
 {
     AreYouReady?.Invoke(source, e);
 }