Added SteamServer.LogOff()

This commit is contained in:
Garry Newman 2019-05-27 15:24:19 +01:00
parent c69b817d62
commit c93fe0ca11

View File

@ -273,6 +273,14 @@ public static void LogOnAnonymous()
ForceHeartbeat();
}
/// <summary>
/// Log onto Steam anonymously.
/// </summary>
public static void LogOff()
{
Internal.LogOff();
}
/// <summary>
/// Returns true if the server is connected and registered with the Steam master server
/// You should have called LogOnAnonymous etc on startup.