GC-Proto/proto/FDBLEGJAEKC.proto
2023-01-28 22:00:48 +08:00

14 lines
190 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message FDBLEGJAEKC {
oneof IMMPKEFCBCL {
uint32 int_arg = 11;
float float_arg = 2;
string str_arg = 8;
}
}