diff --git a/Facepunch.Steamworks/Client/Stats.cs b/Facepunch.Steamworks/Client/Stats.cs
index 5b8eac3..ba77319 100644
--- a/Facepunch.Steamworks/Client/Stats.cs
+++ b/Facepunch.Steamworks/Client/Stats.cs
@@ -103,6 +103,16 @@ namespace Facepunch.Steamworks
return Set( name, val, store );
}
+ ///
+ /// Practically wipes the slate clean for this user. If includeAchievements is true, will wipe
+ /// any achievements too.
+ ///
+ ///
+ public bool ResetAll( bool includeAchievements )
+ {
+ return client.native.userstats.ResetAllStats( includeAchievements );
+ }
+
public void Dispose()
{
client = null;