|
@ -270,6 +270,21 @@ impl SmallDialog { |
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#[pso_packet(0x11)]
|
|
|
|
|
|
pub struct SmallLeftDialog {
|
|
|
|
|
|
padding: [u32; 0x02],
|
|
|
|
|
|
msg: String,
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
impl SmallLeftDialog {
|
|
|
|
|
|
pub fn new(msg: String) -> SmallLeftDialog {
|
|
|
|
|
|
SmallLeftDialog {
|
|
|
|
|
|
padding: [0x00004500, 0x45004500],
|
|
|
|
|
|
msg: msg,
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
#[pso_packet(0x64, manual_flag)]
|
|
|
#[pso_packet(0x64, manual_flag)]
|
|
|
pub struct JoinRoom {
|
|
|
pub struct JoinRoom {
|
|
|
pub flag: u32, // # of elements in players
|
|
|
pub flag: u32, // # of elements in players
|
|
|