mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.2
This commit is contained in:
@@ -23,8 +23,9 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message ShowTemplateReminderNotify {
|
||||
bool is_revoke = 1;
|
||||
uint32 template_reminder_id = 14;
|
||||
repeated uint32 param_uid_list = 3;
|
||||
repeated int32 param_list = 10;
|
||||
uint32 template_reminder_id = 14;
|
||||
bool is_revoke = 1;
|
||||
bool is_need_cache = 15;
|
||||
}
|
||||
|
Reference in New Issue
Block a user