Files
Construct-CN/Construct [BP]/scripts/main.js
T
2025-04-19 14:15:19 -07:00

11 lines
187 B
JavaScript

// Rules
import './rules/easyPlace';
import './rules/fastEasyPlace';
import './rules/materialGrabber';
// Commands
import './commands/construct';
// Other
import './classes/BlockInfo';