summaryrefslogtreecommitdiff
path: root/Assembly_Firstpass/Steamworks/ESteamUserStatType.cs
blob: 059bb7149d39acda6d484bc91665fab9bbcc9d12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
namespace Steamworks;

public enum ESteamUserStatType
{
	k_ESteamUserStatTypeINVALID,
	k_ESteamUserStatTypeINT,
	k_ESteamUserStatTypeFLOAT,
	k_ESteamUserStatTypeAVGRATE,
	k_ESteamUserStatTypeACHIEVEMENTS,
	k_ESteamUserStatTypeGROUPACHIEVEMENTS,
	k_ESteamUserStatTypeMAX
}