mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,28 +22,33 @@ import "Vector.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 307
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message EvtCreateGadgetNotify {
|
||||
bool is_async_load = 8;
|
||||
uint32 camp_type = 5;
|
||||
bool sight_group_with_owner = 10;
|
||||
repeated uint32 target_entity_id_list = 889;
|
||||
ForwardType forward_type = 12;
|
||||
uint32 entity_id = 2;
|
||||
uint32 target_entity_id = 3;
|
||||
uint32 camp_id = 15;
|
||||
uint64 guid = 6;
|
||||
Vector init_euler_angles = 13;
|
||||
uint32 target_lock_point_index = 11;
|
||||
repeated uint32 target_lock_point_index_list = 1920;
|
||||
Vector init_pos = 4;
|
||||
uint32 owner_entity_id = 9;
|
||||
uint32 room_id = 7;
|
||||
bool is_peer_id_from_player = 25;
|
||||
uint32 prop_owner_entity_id = 1;
|
||||
bool is_true_life_time_by_owner = 379;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 400;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// IS_ALLOW_CLIENT = 1;
|
||||
// }
|
||||
|
||||
repeated uint32 target_entity_id_list = 1652;
|
||||
Vector init_pos = 9;
|
||||
bool Unk3300_DLBIJFOONBA = 15;
|
||||
uint32 owner_entity_id = 2;
|
||||
ForwardType forward_type = 3;
|
||||
repeated uint32 target_lock_point_index_list = 414;
|
||||
uint32 prop_owner_entity_id = 6;
|
||||
uint32 target_lock_point_index = 4;
|
||||
bool Unk3300_OJHDJGAFDNN = 1433;
|
||||
uint32 camp_id = 10;
|
||||
bool Unk3300_EJNBIGLGMII = 8;
|
||||
Vector init_euler_angles = 12;
|
||||
bool is_peer_id_from_player = 609;
|
||||
uint32 room_id = 5;
|
||||
uint32 config_id = 14;
|
||||
uint32 camp_type = 13;
|
||||
uint64 guid = 7;
|
||||
uint32 entity_id = 1;
|
||||
uint32 target_entity_id = 11;
|
||||
}
|
||||
|
Reference in New Issue
Block a user