summaryrefslogtreecommitdiff
path: root/Assembly_Firstpass/Steamworks/EUGCReadAction.cs
blob: d820cd63071feefdeb639ac2f315599e3367ad9e (plain)
1
2
3
4
5
6
7
8
namespace Steamworks;

public enum EUGCReadAction
{
	k_EUGCRead_ContinueReadingUntilFinished,
	k_EUGCRead_ContinueReading,
	k_EUGCRead_Close
}