package
Version:
v0.0.0-...-71ffa5d
Opens a new window with list of versions in this module.
Published: Feb 18, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 25
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MapPosition struct {
X int `json:"x"`
Y int `json:"Y"`
Map *_map.Map `json:"map"`
}
type StartGameObject struct {
StartPlayers []*player.Player `json:"start_players"`
MapID int `json:"map_id"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.