GC-Proto/proto/FDBLEGJAEKC.proto

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;
}
}