9 lines
170 B
JavaScript
9 lines
170 B
JavaScript
module.exports = {
|
|
// Gets called when recompiling and when Restart command is called.
|
|
start: function () {
|
|
},
|
|
|
|
// Gets called every tick.
|
|
update: function () {
|
|
}
|
|
} |