opt.简单优化了下战斗任务

This commit is contained in:
MistEO
2022-01-21 00:12:39 +08:00
parent 5a7f00f4c9
commit be90db2ce5
5 changed files with 37 additions and 31 deletions

View File

@@ -30,14 +30,14 @@ int main(int argc, char** argv)
char ch = 0;
while (ch != 'q') {
AsstAppendDebug(ptr);
// AsstAppendStartUp(ptr);
AsstAppendFight(ptr, "CE-5", 0, 0, 99999);
//AsstAppendFight(ptr, "CE-5", 0, 0, 99999);
// AsstAppendVisit(ptr, true);
//{
// const int required[] = { 3, 4, 5, 6 };
// AsstStartRecruitCalc(ptr, required, sizeof(required) / sizeof(int), true);
// }
// AsstAppendDebug(ptr);
//{
// const char* order[] = { "Trade", "Dorm" };
// AsstAppendInfrast(ptr, 1, order, 2, "Money", 0.3);