MCPcopy Create free account
hub / github.com/SethGammon/Citadel /

Class

scripts/grid.cjs:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42};
43
44class Grid {
45 constructor(w, h) {
46 this.w = w;
47 this.h = h;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected