mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-12 14:48:02 +03:00
Merge pull request #21 from DaDummy/master
Add missing Stats.StoreStats() API-method
This commit is contained in:
commit
53709bf5d0
@ -14,6 +14,11 @@ namespace Facepunch.Steamworks
|
||||
client = c;
|
||||
}
|
||||
|
||||
public bool StoreStats()
|
||||
{
|
||||
return client.native.userstats.StoreStats();
|
||||
}
|
||||
|
||||
public void UpdateStats()
|
||||
{
|
||||
client.native.userstats.RequestCurrentStats();
|
||||
|
Loading…
x
Reference in New Issue
Block a user