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

Struct MapGenerator

raid/mapgenerator.go:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type MapGenerator struct {
36 updaterState *UpdaterState
37 updates *Topic[Update]
38 mapTemplate *template.Template
39 fontContext *freetype.Context
40 MapData *MapData
41}
42
43func NewMapGenerator(updaterState *UpdaterState, updates *Topic[Update]) *MapGenerator {
44 mapTemplate, err := template.New("maptemplate").Parse(mapTemplateStr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected