10 lines
196 B
Protocol Buffer
10 lines
196 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
// 4.6.0
|
||
|
// CmdId: 26940
|
||
|
message TowerDailyRewardProgressChangeNotify {
|
||
|
uint32 MICBOPDAEFN = 3;
|
||
|
uint32 NNIGLOKAEAI = 10;
|
||
|
}
|