Example #1
0
 /// <summary>
 /// Gets the room information.
 /// </summary>
 /// <param name="handler">The handler.</param>
 internal static void GetRoomInformation(GameClientMessageHandler handler)
 {
     handler.ParseRoomDataInformation();
 }