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:
@@ -3,13 +3,13 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
|
||||
// Name: EAFPFNAHIOC
|
||||
message BlossomChestInfo {
|
||||
uint32 resin = 1;
|
||||
repeated uint32 qualifyUidList = 2;
|
||||
repeated uint32 remainUidList = 3;
|
||||
uint32 deadTime = 4;
|
||||
uint32 blossomRefreshType = 5;
|
||||
uint32 refreshId = 6;
|
||||
uint32 resin = 1;
|
||||
repeated uint32 qualify_uid_list = 2;
|
||||
repeated uint32 remain_uid_list = 3;
|
||||
uint32 dead_time = 4;
|
||||
uint32 blossom_refresh_type = 5;
|
||||
uint32 refresh_id = 6;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user