Browse Source

Merge pull request 'add password packet for room joining' (#28) from room_password into master

pull/3/head
jake 4 years ago
parent
commit
ae6830f899
  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