ui calculator
This commit is contained in:
@@ -41,6 +41,13 @@ type State struct {
|
||||
ClientNextVersion *string `json:"clientNextVersion,omitempty"`
|
||||
GameState []GameState `json:"gameState,omitempty"`
|
||||
ActiveGameID *GameID `json:"activeGameId,omitempty"`
|
||||
|
||||
CameraZoom float64 `json:"cameraZoom"`
|
||||
CameraXFp int `json:"cameraXFp"`
|
||||
CameraYFp int `json:"cameraYFp"`
|
||||
MapSplitterOffset float64 `json:"mapSplitterOffset"`
|
||||
AccordionInfoOpen bool `json:"accInfoOpen"`
|
||||
AccordionCalcOpen bool `json:"accCalcOpen"`
|
||||
}
|
||||
|
||||
type GameState struct {
|
||||
|
||||
Reference in New Issue
Block a user