mirror of
https://github.com/milimoe/FunGame-Testing.git
synced 2026-01-19 14:08:24 +00:00
技能调整
This commit is contained in:
parent
16285bfe99
commit
2f591e7303
@ -103,6 +103,7 @@ Console.ReadKey();
|
||||
|
||||
while (true)
|
||||
{
|
||||
//FunGameSimulation.IsDebug = true;
|
||||
//DateTime start = DateTime.Now;
|
||||
//await FunGameSimulation.StartSimulationGame(true, false, true, false, useStore: false, hasMap: false);
|
||||
//DateTime end = DateTime.Now;
|
||||
@ -122,7 +123,7 @@ while (true)
|
||||
//{
|
||||
// break;
|
||||
//}
|
||||
await FunGameSimulation.StartSimulationGame(true, false, true, false, useStore: false, hasMap: false);
|
||||
await FunGameSimulation.StartSimulationGame(false, false, true, false, useStore: false, hasMap: false);
|
||||
//await FunGameSimulation.StartSimulationGame(true, false, false, false, hasMap: false);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user