Documentation ¶
Index ¶
- Variables
- type LevelProjection
- func (*LevelProjection) Descriptor() ([]byte, []int)deprecated
- func (x *LevelProjection) GetDifficulty() int32
- func (x *LevelProjection) GetId() string
- func (x *LevelProjection) GetName() string
- func (*LevelProjection) ProtoMessage()
- func (x *LevelProjection) ProtoReflect() protoreflect.Message
- func (x *LevelProjection) Reset()
- func (x *LevelProjection) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_CommonModels_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type LevelProjection ¶
type LevelProjection struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Difficulty int32 `protobuf:"varint,3,opt,name=difficulty,proto3" json:"difficulty,omitempty"` // contains filtered or unexported fields }
func (*LevelProjection) Descriptor
deprecated
func (*LevelProjection) Descriptor() ([]byte, []int)
Deprecated: Use LevelProjection.ProtoReflect.Descriptor instead.
func (*LevelProjection) GetDifficulty ¶
func (x *LevelProjection) GetDifficulty() int32
func (*LevelProjection) GetId ¶
func (x *LevelProjection) GetId() string
func (*LevelProjection) GetName ¶
func (x *LevelProjection) GetName() string
func (*LevelProjection) ProtoMessage ¶
func (*LevelProjection) ProtoMessage()
func (*LevelProjection) ProtoReflect ¶
func (x *LevelProjection) ProtoReflect() protoreflect.Message
func (*LevelProjection) Reset ¶
func (x *LevelProjection) Reset()
func (*LevelProjection) String ¶
func (x *LevelProjection) String() string
Click to show internal directories.
Click to hide internal directories.