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

namespace Steamworks
{
public class ConnectionState // TypeDefIndex: 11688
{
	// Fields
	type#20890 value__;
	type#16360 None;
	type#16360 Connecting;
	type#16360 FindingRoute;
	type#16360 Connected;
	type#16360 ClosedByPeer;
	type#16360 ProblemDetectedLocally;
	type#16360 FinWait;
	type#16360 Linger;
	type#16360 Dead;
}
}
