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

7 lines
95 B
Protocol Buffer
Raw Permalink Normal View History

2022-11-21 11:30:31 +03:00
syntax = "proto3";
enum DropSubfieldType {
DROP_SUBFIELD_NONE = 0;
DROP_SUBFIELD_ONE = 1;
}