mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
update proto 3.5 part 1
This commit is contained in:
@@ -2,13 +2,16 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// Name: ANHIPICCPMI
|
||||
message ClientGadgetInfo {
|
||||
uint32 campId = 1;
|
||||
uint32 campType = 2;
|
||||
uint64 guid = 3;
|
||||
uint32 ownerEntityId = 4;
|
||||
uint32 targetEntityId = 5;
|
||||
bool async_load = 6;
|
||||
bool isPeerIdFromPlayer = 7;
|
||||
repeated uint32 targetEntityIdList = 8;
|
||||
uint32 camp_id = 1;
|
||||
uint32 camp_type = 2;
|
||||
uint64 guid = 3;
|
||||
uint32 owner_entity_id = 4;
|
||||
uint32 target_entity_id = 5;
|
||||
bool async_load = 6;
|
||||
bool is_peer_id_from_player = 7;
|
||||
repeated uint32 target_entity_id_list = 8;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user