GC-Proto/unimplemented/PCFIJJMKGLB.proto

13 lines
424 B
Protocol Buffer
Raw Normal View History

2024-08-27 22:55:06 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
enum PCFIJJMKGLB {
2024-08-28 06:45:47 +03:00
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;
2024-08-27 22:55:06 +03:00
}