mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
退出时关掉和Steam的连线
This commit is contained in:
parent
7cd4c088d0
commit
c26f4eb6d3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user