move proto to submodule
This commit is contained in:
4
proto/InterOpType.proto
Normal file → Executable file
4
proto/InterOpType.proto
Normal file → Executable file
@@ -3,6 +3,6 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
enum InterOpType {
|
||||
InterOpFinish = 0;
|
||||
InterOpStart = 1;
|
||||
INTER_OP_FINISH = 0;
|
||||
INTER_OP_START = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user