mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
15 lines
282 B
Protocol Buffer
15 lines
282 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: FNENCJDNDOH
|
|
// CmdId: 8901
|
|
message TriggerRoguelikeCurseNotify {
|
|
repeated uint32 effect_param_list = 8;
|
|
uint32 IFGBOGLCBGG = 10;
|
|
bool is_trigger_curse = 11;
|
|
uint32 FOPMNAMKHLG = 7;
|
|
}
|
|
|