mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 07:59:24 +03:00
23 lines
415 B
Protocol Buffer
23 lines
415 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
|
|
message ShowTemplateReminderNotify {
|
|
//enum EEFICIPGAAG {
|
|
// option allow_alias= true;
|
|
// NONE = 0;
|
|
// PEPPOHPHJOJ = 3353;
|
|
// DCDNILFDFLB = 0;
|
|
// NNBKOLMPOEA = 1;
|
|
//}
|
|
|
|
bool Unk3300_AENIIBBBPJC = 13;
|
|
bool Unk3300_LABCNBEGCED = 11;
|
|
repeated uint32 paramUidList = 6;
|
|
repeated int32 paramList = 12;
|
|
uint32 templateReminderId = 9;
|
|
}
|