mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +03:00
Refresh achievements on startup
This commit is contained in:
parent
a26ae696c2
commit
c6cb8a2f81
@ -21,6 +21,8 @@ internal Achievements( Client c )
|
||||
All = new Achievement[0];
|
||||
|
||||
SteamNative.UserStatsReceived_t.RegisterCallback( c, UserStatsReceived );
|
||||
|
||||
Refresh();
|
||||
}
|
||||
|
||||
public void Refresh()
|
||||
|
Loading…
Reference in New Issue
Block a user