diff --git a/Facepunch.Steamworks/SteamServer.cs b/Facepunch.Steamworks/SteamServer.cs index afd7422..98fb482 100644 --- a/Facepunch.Steamworks/SteamServer.cs +++ b/Facepunch.Steamworks/SteamServer.cs @@ -365,6 +365,15 @@ public static void SetKey( string Key, string Value ) Internal.SetKeyValue( Key, Value ); } + /// + /// Remove all key values + /// + public static void ClearKeys() + { + KeyValue.Clear(); + Internal.ClearAllKeyValues(); + } + /// /// Start authorizing a ticket. This user isn't authorized yet. Wait for a call to OnAuthChange. ///