예제 #1
0
 /// <summary>
 /// Is the given player the host of the lobby?
 /// </summary>
 public bool IsHost(Player player)
 {
     return(_context.IsPlayerServer(player));
 }