mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-14 15:48:06 +03:00
Added SteamServer.ClearKeys()
This commit is contained in:
parent
c93fe0ca11
commit
33830e274e
@ -365,6 +365,15 @@ namespace Steamworks
|
|||||||
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…
x
Reference in New Issue
Block a user