Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
const
MapHeight = 670
29
30
type
MapData
struct
{
31
ContentType string
32
Bytes []byte
33
}
34
35
type
MapGenerator
struct
{
36
updaterState *UpdaterState
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected