Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HoangTran0410 committed Jul 28, 2023
1 parent 8aca554 commit 147fee7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/game/managers/ObjectManager.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { System } from '../../../libs/detect-collisions.js';
import SpellObject from '../gameObject/SpellObject.js';
import Champion from '../gameObject/attackableUnits/Champion.js';
import AttackableUnit from '../gameObject/attackableUnits/AttackableUnit.js';
Expand All @@ -17,6 +18,7 @@ const DisplayZIndex = [
];

export default class ObjectManager {
system = new System();
objects = [];
_objectToBeAdd = [];
_objectsTree = null;
Expand Down

0 comments on commit 147fee7

Please sign in to comment.