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

public enum EDurationControlNotification
{
	k_EDurationControlNotification_None,
	k_EDurationControlNotification_1Hour,
	k_EDurationControlNotification_3Hours,
	k_EDurationControlNotification_HalfProgress,
	k_EDurationControlNotification_NoProgress,
	k_EDurationControlNotification_ExitSoon_3h,
	k_EDurationControlNotification_ExitSoon_5h,
	k_EDurationControlNotification_ExitSoon_Night
}