add password packet for room joining
This commit is contained in:
parent
3593385995
commit
bb3a65cff5
@ -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…
x
Reference in New Issue
Block a user