Fix proto AiSyncInfo, EvtCreateGadgetNotify
This commit is contained in:
parent
f9f68dbe8e
commit
1d10d18273
|
@ -21,6 +21,6 @@ option java_package = "emu.grasscutter.net.proto";
|
|||
|
||||
message AiSyncInfo {
|
||||
uint32 entity_id = 2;
|
||||
bool Unk3300_NOIPAMJJIDL = 4;
|
||||
bool Unk3300_EBICCLLGICG = 14;
|
||||
bool has_path_to_target = 4;
|
||||
bool is_self_killing = 14;
|
||||
}
|
||||
|
|
|
@ -40,7 +40,7 @@ message EvtCreateGadgetNotify {
|
|||
repeated uint32 target_lock_point_index_list = 414;
|
||||
uint32 prop_owner_entity_id = 6;
|
||||
uint32 target_lock_point_index = 4;
|
||||
bool Unk3300_OJHDJGAFDNN = 1433;
|
||||
bool is_async_load = 1433;
|
||||
uint32 camp_id = 10;
|
||||
bool Unk3300_EJNBIGLGMII = 8;
|
||||
Vector init_euler_angles = 12;
|
||||
|
|
Loading…
Reference in New Issue