9 lines
136 B
Protocol Buffer
Executable File
9 lines
136 B
Protocol Buffer
Executable File
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
enum InterOpType {
|
|
INTER_OP_FINISH = 0;
|
|
INTER_OP_START = 1;
|
|
}
|