mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-02-03 01:00:34 +03:00
Access fixes
This commit is contained in:
parent
f838cf6b98
commit
26c1a0af85
@ -71,7 +71,7 @@ namespace Facepunch.Steamworks
|
||||
/// </summary>
|
||||
public uint DesiredSampleRate = 0;
|
||||
|
||||
public Voice( Client client )
|
||||
internal Voice( Client client )
|
||||
{
|
||||
this.client = client;
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user