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