mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-09 23:47:46 +00:00
Change Unk1 ClientTrigger to BeginLoading
This commit is contained in:
parent
c65e413900
commit
5c8e0f3e62
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ pub enum ClientTriggerCommand {
|
||||||
actor_id: u32,
|
actor_id: u32,
|
||||||
},
|
},
|
||||||
#[brw(magic = 0xC81u16)]
|
#[brw(magic = 0xC81u16)]
|
||||||
Unk1 {},
|
BeginLoading {},
|
||||||
#[brw(magic = 0xC9u16)]
|
#[brw(magic = 0xC9u16)]
|
||||||
FinishZoning {},
|
FinishZoning {},
|
||||||
/// The player begins an emote.
|
/// The player begins an emote.
|
||||||
|
|
Loading…
Add table
Reference in a new issue