退出时关掉和Steam的连线

This commit is contained in:
ZouJin 2023-08-17 04:02:52 +10:00
parent 7cd4c088d0
commit c26f4eb6d3

View File

@ -165,6 +165,8 @@ namespace VPet_Simulator.Windows
}
private void Exit()
{
if (IsSteamUser)
SteamClient.Shutdown();//关掉和Steam的连线
if (Core != null)
{
foreach (var igs in Core.Graph.GraphsList.Values)