public EcWaitingforStart2State(EcState preState) : base(preState) { }
protected EcState(EcState preState) : base(preState.Context) { this.DefenseStrategy = preState.DefenseStrategy; }
public EcConnectedState(EcState preState) : base(preState) { }