From ecb024d696cd9de7c9d28ef40cc4ff8fac213152 Mon Sep 17 00:00:00 2001 From: milimoe Date: Mon, 12 May 2025 01:11:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E6=88=98=E4=B8=8A=E9=99=90?= =?UTF-8?q?=E4=B9=9F9999?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/Main.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Main.cs b/Library/Main.cs index a7ac0b8..02b255c 100644 --- a/Library/Main.cs +++ b/Library/Main.cs @@ -27,6 +27,8 @@ while (true) { await FunGameSimulation.StartSimulationGame(true, false, true, true); Console.ReadKey(); + await FunGameSimulation.StartSimulationGame(true, false, false, true); + Console.ReadKey(); } await FunGameBO5.StartBO5();