Browse Source

add password packet for room joining

pull/3/head
Andy Newjack 4 years ago
parent
commit
bb3a65cff5
  1. 7
      src/packet/ship.rs

7
src/packet/ship.rs

@ -90,6 +90,13 @@ pub struct MenuSelect {
pub item: u32,
}
#[pso_packet(0x10)]
pub struct RoomPasswordReq {
pub menu: u32,
pub item: u32,
pub password: [u16; 16],
}
#[pso_packet(0x84)]
pub struct LobbySelect {
pub menu: u32,

Loading…
Cancel
Save