mirror of
https://github.com/milimoe/FunGame-Testing.git
synced 2025-12-05 00:06:05 +00:00
1.0.0 release
This commit is contained in:
parent
d2be23f14e
commit
dd77aea5fe
@ -23,6 +23,9 @@ im.Load();
|
||||
FunGameService.InitFunGame();
|
||||
FunGameSimulation.InitFunGameSimulation();
|
||||
|
||||
await FunGameBO5.StartBO5();
|
||||
Console.ReadKey();
|
||||
|
||||
while (true)
|
||||
{
|
||||
await FunGameSimulation.StartSimulationGame(true, false, true, true, useStore: true);
|
||||
@ -31,8 +34,6 @@ while (true)
|
||||
Console.ReadKey();
|
||||
}
|
||||
|
||||
await FunGameBO5.StartBO5();
|
||||
|
||||
//await FunGameTesting.StartGame(true, false);
|
||||
|
||||
//strings.ForEach(Console.WriteLine);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user