mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-07-04 00:09:36 +03:00
Update SteamServer.cs
Added the possibility to login using token. Fixes #633 #620
This commit is contained in:
parent
4e7e0ef8c4
commit
72f3f31b16
@ -290,6 +290,15 @@ namespace Steamworks
|
||||
ForceHeartbeat();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Log onto Steam using a token.
|
||||
/// </summary>
|
||||
public static void LogOn(string token)
|
||||
{
|
||||
Internal.LogOn(token);
|
||||
ForceHeartbeat();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Log off of Steam.
|
||||
/// </summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user