Rewriting from scratch. Fixing old code is just less fun.
This commit is contained in:
9
ClassSpawn.js
Normal file
9
ClassSpawn.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
setup: function () { StructureSpawn.prototype = _Spawn.prototype; }
|
||||
}
|
||||
|
||||
|
||||
class _Spawn extends StructureSpawn {
|
||||
init() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user