mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-31 07:42:57 +08:00
9 lines
132 B
Protocol Buffer
9 lines
132 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
enum InterOpType {
|
||
|
InterOpFinish = 0;
|
||
|
InterOpStart = 1;
|
||
|
}
|