12 lines
279 B
Protocol Buffer
12 lines
279 B
Protocol Buffer
// Proto has been converted from Sorapointa to Grasscutter format
|
|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
enum CBJEDMGOBPL {
|
|
CBJEDMGOBPL_MBLDLJOKLBL = 0;
|
|
CBJEDMGOBPL_ILOMIKADKGD = 1;
|
|
CBJEDMGOBPL_HGHOEJGHMDH = 2;
|
|
CBJEDMGOBPL_PJCONIDJGOD = 3;
|
|
}
|