mirror of
https://github.com/milimoe/FunGame-Testing.git
synced 2026-06-04 19:42:14 +00:00
fix
This commit is contained in:
parent
7ac707bdc5
commit
c94eb5dda8
@ -237,7 +237,7 @@ while (true)
|
||||
{
|
||||
FunGameSimulation.IsDebug = true;
|
||||
DateTime start = DateTime.Now;
|
||||
await FunGameSimulation.StartSimulationGame(true, false, true, false, useStore: false, hasMap: true);
|
||||
await FunGameSimulation.StartSimulationGame(true, false, true, false, useStore: false, hasMap: false);
|
||||
DateTime end = DateTime.Now;
|
||||
Console.WriteLine("模拟时长" + (end - start).TotalSeconds + "秒");
|
||||
ConsoleKeyInfo key = Console.ReadKey();
|
||||
@ -247,7 +247,7 @@ while (true)
|
||||
}
|
||||
await Task.Delay(1);
|
||||
start = DateTime.Now;
|
||||
await FunGameSimulation.StartSimulationGame(true, false, false, false, hasMap: true);
|
||||
await FunGameSimulation.StartSimulationGame(true, false, false, false, hasMap: false);
|
||||
end = DateTime.Now;
|
||||
Console.WriteLine("模拟时长" + (end - start).TotalSeconds + "秒");
|
||||
key = Console.ReadKey();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user