gameServer/RoomsAndClients.hs
changeset 3555 4c5ca656d1bb
parent 3502 ad38c653b7d9
child 3566 772a46ef8288
equal deleted inserted replaced
3553:eed7ab6a5087 3555:4c5ca656d1bb
    21     clientsM,
    21     clientsM,
    22     roomClientsM,
    22     roomClientsM,
    23     withRoomsAndClients,
    23     withRoomsAndClients,
    24     allRooms,
    24     allRooms,
    25     allClients,
    25     allClients,
       
    26     clientRoom,
    26     showRooms,
    27     showRooms,
    27     roomClients
    28     roomClients
    28     ) where
    29     ) where
    29 
    30 
    30 
    31