mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 00:39:26 +03:00
Add proto OpType (miss)
This commit is contained in:
parent
3b816eb297
commit
e254c71f47
11
proto/OpType.proto
Normal file
11
proto/OpType.proto
Normal file
@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
enum OpType {
|
||||
OP_TYPE_NONE = 0;
|
||||
OP_TYPE_ACTIVATE = 1;
|
||||
OP_TYPE_DEACTIVATE = 2;
|
||||
}
|
Loading…
Reference in New Issue
Block a user