GC-Proto/proto/ShowTemplateReminderNotify.proto
2023-05-21 23:18:49 +08:00

16 lines
343 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 3333
// Name: NEIGIGODCNL
message ShowTemplateReminderNotify {
uint32 template_reminder_id = 7;
bool is_revoke = 5; //JOIAOAOPGFI
bool is_need_cache = 13; //MLFFFPALACK
repeated uint32 param_uid_list = 11;
repeated int32 param_list = 6;
}