mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 02:20:12 +03:00
Add proto OpType (miss)
This commit is contained in:
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;
|
||||||
|
}
|
Reference in New Issue
Block a user