public EnemyMovementSystem(IEventSystem eventSystem, IComputedPlayerPosition computedPlayerPosition) : base(eventSystem) { _computedPlayerPosition = computedPlayerPosition; }
public EnemyMovementSystem(IComputedPlayerPosition computedPlayerPosition) { _computedPlayerPosition = computedPlayerPosition; }