GC-Proto/unimplemented/PCFIJJMKGLB.proto

13 lines
424 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
enum PCFIJJMKGLB {
PCFIJJMKGLB_FIREWORKS_LAUNCH_PARAM_NONE = 0;
PCFIJJMKGLB_FIREWORKS_LAUNCH_PARAM_REPEAT = 1;
PCFIJJMKGLB_FIREWORKS_LAUNCH_PARAM_INTEVAL = 2;
PCFIJJMKGLB_FIREWORKS_LAUNCH_PARAM_DELAY = 3;
PCFIJJMKGLB_FIREWORKS_LAUNCH_PARAM_ROUND_INTEVAL = 4;
PCFIJJMKGLB_FIREWORKS_LAUNCH_PARAM_MAX = 5;
}