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