GC-Proto/unimplemented/ShowTemplateReminderNotify.proto
2024-08-28 13:04:33 +08:00

13 lines
316 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdId: 27975
message ShowTemplateReminderNotify {
bool teis_need_cache = 3;
repeated int32 param_list = 4;
repeated uint32 param_uid_list = 6;
uint32 template_reminder_id = 9;
bool is_revoke = 10;
}