From 2f8acff62919a6284a449c15ecd6c61b62b14c0e Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Wed, 4 Mar 2020 12:40:31 +0000 Subject: [PATCH] Making SteamMatchmakingServers internal since it's not used --- Facepunch.Steamworks/SteamMatchmakingServers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Facepunch.Steamworks/SteamMatchmakingServers.cs b/Facepunch.Steamworks/SteamMatchmakingServers.cs index f9490e2..c1af07a 100644 --- a/Facepunch.Steamworks/SteamMatchmakingServers.cs +++ b/Facepunch.Steamworks/SteamMatchmakingServers.cs @@ -10,7 +10,7 @@ namespace Steamworks /// /// Functions for clients to access matchmaking services, favorites, and to operate on game lobbies /// - public class SteamMatchmakingServers : SteamClientClass + internal class SteamMatchmakingServers : SteamClientClass { internal static ISteamMatchmakingServers Internal => Interface as ISteamMatchmakingServers;