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

7 lines
95 B
Protocol Buffer

syntax = "proto3";
enum DropSubfieldType {
DROP_SUBFIELD_NONE = 0;
DROP_SUBFIELD_ONE = 1;
}