public ExitStageAction(MapCell cell, StageExit exit) { Trigger = new ActionCellInputTrigger(cell.Index, InputFunction.Move); SelfEffects.Add(new ExitStageEffect(exit)); }
public ExitStageAction(StageExit exit) { Trigger = new ActionInputTrigger(InputFunction.UseExit); SelfEffects.Add(new ExitStageEffect(exit)); }