Update cmdid

This commit is contained in:
Akbar Yahya
2023-01-30 01:31:04 +08:00
parent 675552d80f
commit 43bddd87a3
11 changed files with 9471 additions and 9507 deletions

View File

@@ -1,9 +0,0 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message FallPlayerInfo {
uint32 timeCost = 10;
uint32 uid = 4;
map<uint32, uint32> ballCatchCountMap = 8;
uint32 curScore = 11;
bool isGround = 15;
}