Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ServerType_name = map[int32]string{ 0: "PROXY", 1: "LOBBY", 2: "MARATHON", 3: "BLOCK_SUMO", 4: "PARKOUR_TAG", 5: "LAZER_TAG", 6: "HOLEY_MOLEY", 7: "MARATHON_RACING", 8: "BATTLE", 9: "MINESWEEPER", } ServerType_value = map[string]int32{ "PROXY": 0, "LOBBY": 1, "MARATHON": 2, "BLOCK_SUMO": 3, "PARKOUR_TAG": 4, "LAZER_TAG": 5, "HOLEY_MOLEY": 6, "MARATHON_RACING": 7, "BATTLE": 8, "MINESWEEPER": 9, } )
Enum value maps for ServerType.
View Source
var File_common_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ServerType ¶
type ServerType int32
const ( ServerType_PROXY ServerType = 0 ServerType_LOBBY ServerType = 1 ServerType_MARATHON ServerType = 2 ServerType_BLOCK_SUMO ServerType = 3 ServerType_PARKOUR_TAG ServerType = 4 ServerType_LAZER_TAG ServerType = 5 ServerType_HOLEY_MOLEY ServerType = 6 ServerType_MARATHON_RACING ServerType = 7 ServerType_BATTLE ServerType = 8 ServerType_MINESWEEPER ServerType = 9 )
func (ServerType) Descriptor ¶
func (ServerType) Descriptor() protoreflect.EnumDescriptor
func (ServerType) Enum ¶
func (x ServerType) Enum() *ServerType
func (ServerType) EnumDescriptor
deprecated
func (ServerType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ServerType.Descriptor instead.
func (ServerType) Number ¶
func (x ServerType) Number() protoreflect.EnumNumber
func (ServerType) String ¶
func (x ServerType) String() string
func (ServerType) Type ¶
func (ServerType) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.