public void Init(TileSelectionManager tileSelectionManager, Action selectionCancel, Func <BoardEntity> getHoverEntity, Profile profile, TurnManager turnManager)
 {
     this.tileSelectionManager = tileSelectionManager;
     this.selectionCancel      = selectionCancel;
     this.profile        = profile;
     this.getHoverEntity = getHoverEntity;
     this.turnManager    = turnManager;
 }
 public void Init(TileSelectionManager pathSelectManager)
 {
     this.pathSelectManager = pathSelectManager;
 }