예제 #1
0
 public EcWaitingforStart2State(EcState preState)
     : base(preState)
 {
 }
예제 #2
0
파일: EcState.cs 프로젝트: ldw880212/RsspII
 protected EcState(EcState preState)
     : base(preState.Context)
 {
     this.DefenseStrategy = preState.DefenseStrategy;
 }
예제 #3
0
 public EcConnectedState(EcState preState)
     : base(preState)
 {
 }