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,10 +22,10 @@ import "OnlinePlayerInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message FallSettleInfo {
|
||||
uint32 catch_count = 15;
|
||||
OnlinePlayerInfo player_info = 13;
|
||||
uint32 uid = 14;
|
||||
map<uint32, uint32> flower_ring_catch_count_map = 3;
|
||||
uint32 remain_time = 10;
|
||||
uint32 final_score = 1;
|
||||
uint32 final_score = 14;
|
||||
OnlinePlayerInfo player_info = 9;
|
||||
map<uint32, uint32> flower_ring_catch_count_map = 13;
|
||||
uint32 uid = 2;
|
||||
uint32 catch_count = 1;
|
||||
uint32 remain_time = 6;
|
||||
}
|
||||
|
Reference in New Issue
Block a user