mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-29 08:05:33 +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 );
|
Internal.SetKeyValue( Key, Value );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Remove all key values
|
||||||
|
/// </summary>
|
||||||
|
public static void ClearKeys()
|
||||||
|
{
|
||||||
|
KeyValue.Clear();
|
||||||
|
Internal.ClearAllKeyValues();
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Start authorizing a ticket. This user isn't authorized yet. Wait for a call to OnAuthChange.
|
/// Start authorizing a ticket. This user isn't authorized yet. Wait for a call to OnAuthChange.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user