GC-Proto/proto/TriggerRoguelikeCurseNotify.proto

15 lines
282 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-02-28 04:12:44 +03:00
// Name: FNENCJDNDOH
// CmdId: 8901
2023-02-18 04:48:44 +03:00
message TriggerRoguelikeCurseNotify {
2023-02-28 04:12:44 +03:00
repeated uint32 effect_param_list = 8;
uint32 IFGBOGLCBGG = 10;
bool is_trigger_curse = 11;
uint32 FOPMNAMKHLG = 7;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00