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,9 +22,9 @@ import "OnlinePlayerInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message BalloonSettleInfo {
|
||||
uint32 uid = 3;
|
||||
uint32 shoot_count = 12;
|
||||
uint32 max_combo = 9;
|
||||
uint32 final_score = 7;
|
||||
OnlinePlayerInfo player_info = 2;
|
||||
OnlinePlayerInfo player_info = 8;
|
||||
uint32 uid = 13;
|
||||
uint32 final_score = 2;
|
||||
uint32 max_combo = 7;
|
||||
uint32 shoot_count = 14;
|
||||
}
|
||||
|
Reference in New Issue
Block a user