mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 17:44:11 +03:00
melon 3.7 tes
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// Name: OBCKFOADHHK
|
||||
message FallPlayerInfo {
|
||||
uint32 uid = 8;
|
||||
uint32 cur_score = 4;
|
||||
map<uint32, uint32> ball_catch_count_map = 10;
|
||||
uint32 time_cost = 5;
|
||||
bool is_ground = 15;
|
||||
}
|
||||
|
Reference in New Issue
Block a user