mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-12 22:58:01 +03:00
Request the stats on startup, harmless enough but useful
This commit is contained in:
parent
d67bd7d8ef
commit
c609d7bb87
@ -15,7 +15,10 @@ namespace Steamworks
|
|||||||
get
|
get
|
||||||
{
|
{
|
||||||
if ( _internal == null )
|
if ( _internal == null )
|
||||||
|
{
|
||||||
_internal = new ISteamUserStats();
|
_internal = new ISteamUserStats();
|
||||||
|
RequestCurrentStats();
|
||||||
|
}
|
||||||
|
|
||||||
return _internal;
|
return _internal;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user