mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
16 lines
343 B
Protocol Buffer
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;
|
|
}
|
|
|