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:
@@ -20,9 +20,9 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message FallPlayerInfo {
|
||||
uint32 time_cost = 11;
|
||||
uint32 uid = 9;
|
||||
map<uint32, uint32> ball_catch_count_map = 6;
|
||||
uint32 cur_score = 7;
|
||||
bool is_ground = 15;
|
||||
uint32 cur_score = 3;
|
||||
bool is_ground = 11;
|
||||
map<uint32, uint32> ball_catch_count_map = 1;
|
||||
uint32 uid = 5;
|
||||
uint32 time_cost = 8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user