mirror of
https://github.com/milimoe/FunGame-Testing.git
synced 2025-04-21 03:39:34 +08:00
修改引用
This commit is contained in:
parent
c6bc9530f9
commit
4fc1105a85
@ -20,7 +20,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="FunGame.Core">
|
||||
<HintPath>..\..\FunGame.Core\bin\Release\net9.0\FunGame.Core.dll</HintPath>
|
||||
<HintPath>..\..\FunGame.Core\bin\Debug\net9.0\FunGame.Core.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
|
@ -13,8 +13,8 @@ im.Load();
|
||||
|
||||
FunGameService.InitFunGame();
|
||||
FunGameSimulation.InitFunGame();
|
||||
List<string> strings = FunGameSimulation.StartGame(false, false, true);
|
||||
strings.ForEach(Console.WriteLine);
|
||||
List<string> strings = FunGameSimulation.StartGame(true, false, true);
|
||||
//strings.ForEach(Console.WriteLine);
|
||||
|
||||
FunGameController controller = new(new Logger<FunGameController>(new LoggerFactory()));
|
||||
Console.WriteLine(controller.CreateSaved(1, "test"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user