// Assembly: Facepunch.Steamworks.Posix
// Full name: Steamworks.DenyReason

namespace Steamworks
{
public class DenyReason // TypeDefIndex: 11670
{
	// Fields
	type#20890 value__;
	type#17266 Invalid;
	type#17266 InvalidVersion;
	type#17266 Generic;
	type#17266 NotLoggedOn;
	type#17266 NoLicense;
	type#17266 Cheater;
	type#17266 LoggedInElseWhere;
	type#17266 UnknownText;
	type#17266 IncompatibleAnticheat;
	type#17266 MemoryCorruption;
	type#17266 IncompatibleSoftware;
	type#17266 SteamConnectionLost;
	type#17266 SteamConnectionError;
	type#17266 SteamResponseTimedOut;
	type#17266 SteamValidationStalled;
	type#17266 SteamOwnerLeftGuestUser;
}
}
