tenebrous-dicebot/api/node_modules/ts-protoc-gen/proto/othercom/external_enum.proto

9 lines
108 B
Protocol Buffer

syntax = "proto3";
package othercom;
enum ExternalEnum {
DEFAULT = 0;
FIRST = 1;
SECOND = 2;
}