GC-Proto/proto/PlayerLevelRewardUpdateNoti...

8 lines
182 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-07-09 01:11:04 +03:00
// CmdId: 2830 ?
// Obf: LHBKHEOECHK
2022-11-06 15:30:21 +03:00
message PlayerLevelRewardUpdateNotify {
2024-07-09 01:11:04 +03:00
repeated uint32 level_list = 5;
2022-11-06 15:30:21 +03:00
}