Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_domain_battlefield_battlefield_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Cell ¶
type Cell struct { Coordinates *Coordinates `protobuf:"bytes,1,opt,name=coordinates,proto3" json:"coordinates,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*Cell) Descriptor
deprecated
func (*Cell) GetCoordinates ¶
func (x *Cell) GetCoordinates() *Coordinates
func (*Cell) ProtoMessage ¶
func (*Cell) ProtoMessage()
func (*Cell) ProtoReflect ¶
func (x *Cell) ProtoReflect() protoreflect.Message
type Coordinates ¶
type Coordinates struct { X int32 `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"` Y int32 `protobuf:"varint,2,opt,name=y,proto3" json:"y,omitempty"` // contains filtered or unexported fields }
func (*Coordinates) Descriptor
deprecated
func (*Coordinates) Descriptor() ([]byte, []int)
Deprecated: Use Coordinates.ProtoReflect.Descriptor instead.
func (*Coordinates) GetX ¶
func (x *Coordinates) GetX() int32
func (*Coordinates) GetY ¶
func (x *Coordinates) GetY() int32
func (*Coordinates) ProtoMessage ¶
func (*Coordinates) ProtoMessage()
func (*Coordinates) ProtoReflect ¶
func (x *Coordinates) ProtoReflect() protoreflect.Message
func (*Coordinates) Reset ¶
func (x *Coordinates) Reset()
func (*Coordinates) String ¶
func (x *Coordinates) String() string
Click to show internal directories.
Click to hide internal directories.