leonitousconforti/tinyburg

View on GitHub
packages/nucleus/src/parsing-structs/v3.15.4/blocks.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { INimblebitJsonSave as _INimblebitJsonSave } from "../v3.14.0/blocks.js";

// Typescript type for a parsed nimblebit save
export interface INimblebitJsonSave extends _INimblebitJsonSave {}

// Lookup table for the meaning of all the save data blocks
export { blocks } from "../v3.14.0/blocks.js";