`import` is really just an alias for copy/paste. Ensure import order reflects intended execution order.
7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
import "src/props.jmc";
|
|
import "src/logger.jmc";
|
|
import "src/commands.jmc";
|
|
import "src/magic/*";
|
|
|
|
function __tick__() {}
|