mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-12 14:48:02 +03:00
Added missing Stats.StoreStats() API-method that one needs to call to make Steam Achievements show in Steam while the game is still running.
This commit is contained in:
parent
7e3527799a
commit
3ffe684726
@ -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