7 lines
151 B
Protocol Buffer
7 lines
151 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message PlayerLevelRewardUpdateNotify {
|
|
repeated uint32 levelList = 1;
|
|
} |