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

7 lines
84 B
Protocol Buffer
Raw Permalink Normal View History

2022-11-21 11:30:31 +03:00
syntax = "proto3";
enum InterOpType {
INTER_OP_FINISH = 0;
INTER_OP_START = 1;
}