Fix Chess Rogue Bug & Feature: MuipServer PlayerInformation

- Fix when enter the layer 3's last room, there wont be any select menu
- Add web Handler for getting information
This commit is contained in:
Somebody
2024-07-08 14:15:07 +08:00
parent 5b8c7e227d
commit c7c7a071be
12 changed files with 318 additions and 3 deletions

View File

@@ -14,6 +14,10 @@
<Content Include="Danheng.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Management" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Command\Command.csproj" />
<ProjectReference Include="..\Common\Common.csproj" />