GC-Proto/proto/ShowTemplateReminderNotify.proto

16 lines
315 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-02-28 04:12:44 +03:00
// Name: KFMKKDJPHOA
// CmdId: 3186
2023-02-18 04:48:44 +03:00
message ShowTemplateReminderNotify {
2023-02-28 04:12:44 +03:00
bool NHKGGOIDHKL = 3;
uint32 template_reminder_id = 10;
repeated uint32 param_uid_list = 11;
bool GJKNBONLFAJ = 8;
repeated int32 param_list = 7;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00