/// <summary> /// Gets all the connected clients. /// </summary> public static NetworkServer.IClient[] GetClients(this object obj) { return(NetworkServer.GetClients()); }