示例#1
0
 /// <summary>
 ///    Gets a connected client by the id.
 /// </summary>
 public static NetworkServer.IClient GetClient(this object obj, int id)
 {
     return(NetworkServer.GetClient(id));
 }