mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,9 +22,9 @@ import "FleurFairPlayerStatInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message FleurFairBossSettleInfo {
|
||||
uint32 cost_time = 14;
|
||||
repeated FleurFairPlayerStatInfo stat_info_list = 11;
|
||||
uint32 energy = 4;
|
||||
bool is_success = 2;
|
||||
uint32 reward_token_num = 15;
|
||||
repeated FleurFairPlayerStatInfo stat_info_list = 1;
|
||||
bool is_success = 10;
|
||||
uint32 energy = 12;
|
||||
uint32 cost_time = 8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user