add password packet for room joining

This commit is contained in:
Andy Newjack 2020-04-27 21:38:31 -03:00
parent 3593385995
commit bb3a65cff5

View File

@ -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,