Update v1

This commit is contained in:
Akbar Yahya
2023-04-11 16:18:47 +08:00
parent 54c575d7d7
commit 3b816eb297
1278 changed files with 24250 additions and 15187 deletions

View File

@@ -3,7 +3,7 @@ syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: ANHIPICCPMI
// Name: OKBKAFDHDFA
message ClientGadgetInfo {
uint32 camp_id = 1;
uint32 camp_type = 2;
@@ -13,5 +13,6 @@ message ClientGadgetInfo {
bool async_load = 6;
bool is_peer_id_from_player = 7;
repeated uint32 target_entity_id_list = 8;
repeated uint32 target_lock_point_index_list = 9;
}