protected virtual bool onTryToTap(Turn turn) { return(true); }
protected override bool onTryToTap(Turn turn) { turn.CurrentStep.Actions.Push(new ManaAction(_color)); return(true); }