9 lines
126 B
JavaScript
9 lines
126 B
JavaScript
module.exports = {
|
|
setup: function () { Creep.prototype = _Creep.prototype; }
|
|
}
|
|
|
|
class _Creep extends Creep {
|
|
init() {
|
|
}
|
|
}
|