gameServer2/src/server/room.rs
changeset 13520 1ee192f13456
parent 13478 d79795acaa73
child 13523 8c5dd562c9f7
equal deleted inserted replaced
13485:c85b324c4c2d 13520:1ee192f13456
   109 pub struct HWRoom {
   109 pub struct HWRoom {
   110     pub id: RoomId,
   110     pub id: RoomId,
   111     pub master_id: Option<ClientId>,
   111     pub master_id: Option<ClientId>,
   112     pub name: String,
   112     pub name: String,
   113     pub password: Option<String>,
   113     pub password: Option<String>,
   114     pub protocol_number: u32,
   114     pub protocol_number: u16,
   115     pub greeting: String,
   115     pub greeting: String,
   116     pub is_fixed: bool,
   116     pub is_fixed: bool,
   117 
   117 
   118     pub players_number: u32,
   118     pub players_number: u32,
   119     pub default_hedgehog_number: u8,
   119     pub default_hedgehog_number: u8,