示例#1
0
 public TtsWaitingforAnswer1State(TtsState preState)
     : base(preState)
 {
 }
示例#2
0
 public TtsWaitingforEndState(TtsState preState)
     : base(preState)
 {
 }
示例#3
0
 public TtsWaitingforEstimateState(TtsState preState)
     : base(preState)
 {
 }
示例#4
0
 public TtsConnectedState(TtsState preState)
     : base(preState)
 {
 }
示例#5
0
 protected TtsState(TtsState preState)
     : base(preState.Context)
 {
     this.DefenseStrategy = preState.DefenseStrategy;
 }