Clean up
This commit is contained in:
@@ -20,8 +20,6 @@ public partial class Enemy : RigidBody3D, IEnemy, IProvide<IEnemyLogic>
|
||||
|
||||
#region Dependencies
|
||||
|
||||
[Dependency] IGameRepo GameRepo => this.DependOn<IGameRepo>();
|
||||
|
||||
[Dependency] IGameEventDepot GameEventDepot => this.DependOn<IGameEventDepot>();
|
||||
|
||||
[Dependency] IPlayer Player => this.DependOn<IPlayer>();
|
||||
|
||||
Reference in New Issue
Block a user