Merge pull request 'add password packet for room joining' (#28) from room_password into master
This commit is contained in:
commit
ae6830f899
@ -90,6 +90,13 @@ pub struct MenuSelect {
|
|||||||
pub item: u32,
|
pub item: u32,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[pso_packet(0x10)]
|
||||||
|
pub struct RoomPasswordReq {
|
||||||
|
pub menu: u32,
|
||||||
|
pub item: u32,
|
||||||
|
pub password: [u16; 16],
|
||||||
|
}
|
||||||
|
|
||||||
#[pso_packet(0x84)]
|
#[pso_packet(0x84)]
|
||||||
pub struct LobbySelect {
|
pub struct LobbySelect {
|
||||||
pub menu: u32,
|
pub menu: u32,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user