mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-26 14:45:51 +03:00
Making SteamMatchmakingServers internal since it's not used
This commit is contained in:
parent
cf1260983c
commit
2f8acff629
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user