mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-28 00:29:26 +03:00
13 lines
316 B
Protocol Buffer
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;
|
|
}
|