Making SteamMatchmakingServers internal since it's not used

This commit is contained in:
Garry Newman 2020-03-04 12:40:31 +00:00
parent cf1260983c
commit 2f8acff629

View File

@ -10,7 +10,7 @@ namespace Steamworks
/// <summary> /// <summary>
/// Functions for clients to access matchmaking services, favorites, and to operate on game lobbies /// Functions for clients to access matchmaking services, favorites, and to operate on game lobbies
/// </summary> /// </summary>
public class SteamMatchmakingServers : SteamClientClass<SteamMatchmakingServers> internal class SteamMatchmakingServers : SteamClientClass<SteamMatchmakingServers>
{ {
internal static ISteamMatchmakingServers Internal => Interface as ISteamMatchmakingServers; internal static ISteamMatchmakingServers Internal => Interface as ISteamMatchmakingServers;