14 lines
297 B
Protocol Buffer
14 lines
297 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "WidgetCoolDownData.proto";
|
|
|
|
// Name: ILBKGJILLKB
|
|
// CmdId: 4271
|
|
message WidgetCoolDownNotify {
|
|
repeated WidgetCoolDownData groupCoolDownDataList = 2;
|
|
repeated WidgetCoolDownData normalCoolDownDataList = 6;
|
|
}
|
|
|