Example #1
0
        /// <summary>
        /// This is a utility function. Sets intel for the first turn.
        /// </summary>
        public void AssembleEmpireData()
        {
            // Generates initial reports.
            ITurnStep firstStep = new FirstStep();

            firstStep.Process(serverState);
            ITurnStep scanStep = new ScanStep();

            scanStep.Process(serverState);
        }
Example #2
0
 public override ScalarValue VisitScanStep(ScanStep node)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public override List <RxKqlScalarValue> VisitScanStep(ScanStep node)
 {
     throw new NotImplementedException();
 }