api

package
v0.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Map

type Map struct {
	WorldSize int32             `json:"worldSize"`
	GameType  string            `json:"gameType"`
	Entities  []entities.Entity `json:"entities"`
	Variables V.Variables       `json:"variables"`
}

func New

func New() *Map

type Typable

type Typable interface {
	String() string
	FromString(string)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL