GC-Proto/proto/GCGBasicDataNotify.proto
2023-04-11 11:14:48 +08:00

14 lines
232 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 7722
// Name: MCFHDKFAKEL
message GCGBasicDataNotify {
repeated uint32 level_reward_taken_list = 2;
uint32 level = 4;
uint32 exp = 5;
}