public MTBlinkState(MTBlink action, GameObject target) : base(action, target) { Times = action.Times; OriginalState = target.getVisible(); }