MCPcopy Create free account
hub / github.com/and3rson/raid / MapData

Struct MapData

raid/mapgenerator.go:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28const MapHeight = 670
29
30type MapData struct {
31 ContentType string
32 Bytes []byte
33}
34
35type MapGenerator struct {
36 updaterState *UpdaterState

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected