chore: dead code
This commit is contained in:
parent
e917548fd1
commit
a147b3f7d2
|
@ -30,7 +30,6 @@ export class Damaging extends decorate(Trait) {
|
|||
|
||||
constructor(entity, params, state) {
|
||||
super(entity, params, state);
|
||||
this._collidingWith = [];
|
||||
this._doesNotDamage = [];
|
||||
const damageSpecsJSON = this.params.damageSpecs;
|
||||
this._damageSpecs = damageSpecsJSON.map((damageSpec) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user