mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-09 15:37:45 +00:00
Print out contents of unknown client triggers
This commit is contained in:
parent
20b26377dc
commit
f5f166c78f
1 changed files with 9 additions and 0 deletions
|
@ -59,6 +59,15 @@ pub enum ClientTriggerCommand {
|
|||
unk3: u32,
|
||||
unk4: u32,
|
||||
},
|
||||
Unknown {
|
||||
category: u16,
|
||||
// seen in haircut event
|
||||
#[brw(pad_before = 2)] // padding
|
||||
unk1: u32,
|
||||
unk2: u32,
|
||||
unk3: u32,
|
||||
unk4: u32,
|
||||
},
|
||||
}
|
||||
|
||||
#[binrw]
|
||||
|
|
Loading…
Add table
Reference in a new issue