mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-27 07:05:50 +03:00
Added SteamServer.ClearKeys()
This commit is contained in:
parent
c93fe0ca11
commit
33830e274e
@ -365,6 +365,15 @@ public static void SetKey( string Key, string Value )
|
||||
Internal.SetKeyValue( Key, Value );
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Remove all key values
|
||||
/// </summary>
|
||||
public static void ClearKeys()
|
||||
{
|
||||
KeyValue.Clear();
|
||||
Internal.ClearAllKeyValues();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Start authorizing a ticket. This user isn't authorized yet. Wait for a call to OnAuthChange.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user