GC-Proto/unimplemented/ShowTemplateReminderNotify.proto

13 lines
316 B
Protocol Buffer
Raw Normal View History

2024-08-28 08:04:33 +03:00
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;
}