1
Fork 0
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:
Joshua Goins 2025-07-05 07:25:45 -04:00
parent 20b26377dc
commit f5f166c78f

View file

@ -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]