small left dialog
This commit is contained in:
parent
a6c1115850
commit
ce5d37aff8
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user