Exemple #1
0
 int IServer <TPeer> .GetConnectionsInRoom(ushort room, List <TPeer> recipientsBuffer)
 {
     return(_clients.GetConnectionsInRoom(room, recipientsBuffer));
 }