mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
16 lines
315 B
Protocol Buffer
16 lines
315 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 3333
|
|
// Name: NEIGIGODCNL
|
|
message ShowTemplateReminderNotify {
|
|
uint32 template_reminder_id = 7;
|
|
bool JOIAOAOPGFI = 5;
|
|
bool MLFFFPALACK = 13;
|
|
repeated uint32 param_uid_list = 11;
|
|
repeated int32 param_list = 6;
|
|
}
|
|
|