Files
Construct/scripts/main.js
T
ForestOfLight e43fb49d48 form start
2025-04-12 19:53:42 -07:00

11 lines
176 B
JavaScript

// Rules
import './rules/easyPlace';
import './rules/fastEasyPlace';
// Commands
import './commands/struct';
import './commands/menu';
// Other
import './classes/BlockInfo';