Access fixes

This commit is contained in:
Garry Newman 2016-11-06 10:32:40 +00:00
parent f838cf6b98
commit 26c1a0af85
2 changed files with 4 additions and 14 deletions

View File

@ -71,7 +71,7 @@ public bool WantsRecording
/// </summary>
public uint DesiredSampleRate = 0;
public Voice( Client client )
internal Voice( Client client )
{
this.client = client;

View File

@ -13,21 +13,11 @@ namespace Facepunch.Steamworks
/// </summary>
public partial class Server : BaseSteamworks
{
/// <summary>
/// Current user's Username
/// </summary>
public string Username { get; private set; }
/// <summary>
/// Current user's SteamId
/// </summary>
public ulong SteamId { get; private set; }
internal override bool IsGameServer { get { return true; } }
public ServerQuery Query;
public ServerStats Stats;
public ServerAuth Auth;
public ServerQuery Query { get; internal set; }
public ServerStats Stats { get; internal set; }
public ServerAuth Auth { get; internal set; }
/// <summary>
/// Initialize a Steam Server instance