Example #1
0
 /// <summary>
 /// Removes the group admin.
 /// </summary>
 /// <param name="handler">The handler.</param>
 internal static void RemoveGroupAdmin(GameClientMessageHandler handler)
 {
     handler.RemoveGroupAdmin();
 }