Steamworks.NativeMethods.ISteamMatchmaking_CreateLobby C# (CSharp) Method

ISteamMatchmaking_CreateLobby() private method

private ISteamMatchmaking_CreateLobby ( ELobbyType eLobbyType, int cMaxMembers ) : ulong
eLobbyType ELobbyType
cMaxMembers int
return ulong
		public static extern ulong ISteamMatchmaking_CreateLobby(ELobbyType eLobbyType, int cMaxMembers);
NativeMethods