chore: dead code

This commit is contained in:
cha0s 2019-10-07 06:29:23 -05:00
parent e917548fd1
commit a147b3f7d2

View File

@ -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) => {