mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 14:15:47 +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 @@ public static void LogOnAnonymous()
|
|||||||
ForceHeartbeat();
|
ForceHeartbeat();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Log onto Steam using a token.
|
||||||
|
/// </summary>
|
||||||
|
public static void LogOn(string token)
|
||||||
|
{
|
||||||
|
Internal.LogOn(token);
|
||||||
|
ForceHeartbeat();
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Log off of Steam.
|
/// Log off of Steam.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user