mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 17:44:11 +03:00
sync 4.0 v1 (66b3744)
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
// Obf: NKMFIJPKMLM
|
||||
// Obf: BBOIHFALNKN
|
||||
message FallPlayerInfo {
|
||||
uint32 time_cost = 8;
|
||||
uint32 cur_score = 3;
|
||||
map<uint32, uint32> ball_catch_count_map = 9;
|
||||
bool is_ground = 1;
|
||||
uint32 uid = 4;
|
||||
uint32 cur_score = 14;
|
||||
uint32 uid = 15;
|
||||
uint32 time_cost = 10;
|
||||
bool is_ground = 11;
|
||||
map<uint32, uint32> ball_catch_count_map = 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user