예제 #1
0
 // Shutdown SteamGameSeverXxx interfaces, log out, and free resources.
 public static void Shutdown()
 {
     InteropHelp.TestIfPlatformSupported();
     NativeMethods.SteamGameServer_Shutdown();
     CSteamGameServerAPIContext.Clear();
     CallbackDispatcher.Shutdown();
 }