public TtsWaitingforAnswer1State(TtsState preState) : base(preState) { }
public TtsWaitingforEndState(TtsState preState) : base(preState) { }
public TtsWaitingforEstimateState(TtsState preState) : base(preState) { }
public TtsConnectedState(TtsState preState) : base(preState) { }
protected TtsState(TtsState preState) : base(preState.Context) { this.DefenseStrategy = preState.DefenseStrategy; }