CLI and Publish Tests

This commit was merged in pull request #63.
This commit is contained in:
2026-06-02 12:12:38 -04:00
parent 7da6f554a8
commit 85834466f1
71 changed files with 511 additions and 54 deletions
+4 -4
View File
@@ -48,7 +48,7 @@ public class BuildOrderModel
new List<EntityModel>
{
EntityModel.Get(DataType.STARTING_Bastion),
EntityModel.Get(DataType.STARTING_TownHall_Aru)
EntityModel.Get(factionStartingTownHall)
}
}
};
@@ -59,7 +59,7 @@ public class BuildOrderModel
new List<EntityModel>
{
EntityModel.Get(DataType.STARTING_Bastion),
EntityModel.Get(DataType.STARTING_TownHall_Aru)
EntityModel.Get(factionStartingTownHall)
}
}
};
@@ -69,7 +69,7 @@ public class BuildOrderModel
DataType.STARTING_Bastion, 0
},
{
DataType.STARTING_TownHall_Aru, 0
factionStartingTownHall, 0
}
};
UniqueCompletedCount = new Dictionary<string, int>
@@ -78,7 +78,7 @@ public class BuildOrderModel
DataType.STARTING_Bastion, 1
},
{
DataType.STARTING_TownHall_Aru, 1
factionStartingTownHall, 1
}
};
SupplyCountTimes = new Dictionary<int, int>