Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Core ¶
type CoreFacade ¶
type CoreFacade struct {
// contains filtered or unexported fields
}
Facade
func (*CoreFacade) CreateProfile ¶
func (core *CoreFacade) CreateProfile(profile *Profile) error
func (*CoreFacade) GetAllShipTypes ¶
func (core *CoreFacade) GetAllShipTypes() ([]*ShipType, error)
func (*CoreFacade) GetProfile ¶
func (core *CoreFacade) GetProfile(userId uuid.UUID) (*Profile, error)
type ShipType ¶
type ShipType struct {
Id uuid.UUID
Name string
RoomPlaceList []*RoomPlace
DoorList []*Door
WeaponPlaceList []*WeaponPlace
}
Ship
type WeaponPlace ¶
Click to show internal directories.
Click to hide internal directories.