GSServer-CBT/soggy-mistress/proto/InterOpType.proto

7 lines
84 B
Protocol Buffer

syntax = "proto3";
enum InterOpType {
INTER_OP_FINISH = 0;
INTER_OP_START = 1;
}