mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-02-03 09:10:41 +03:00
Access fixes
This commit is contained in:
parent
f838cf6b98
commit
26c1a0af85
@ -71,7 +71,7 @@ namespace Facepunch.Steamworks
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public uint DesiredSampleRate = 0;
|
public uint DesiredSampleRate = 0;
|
||||||
|
|
||||||
public Voice( Client client )
|
internal Voice( Client client )
|
||||||
{
|
{
|
||||||
this.client = client;
|
this.client = client;
|
||||||
|
|
||||||
|
@ -13,21 +13,11 @@ namespace Facepunch.Steamworks
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public partial class Server : BaseSteamworks
|
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; } }
|
internal override bool IsGameServer { get { return true; } }
|
||||||
|
|
||||||
public ServerQuery Query;
|
public ServerQuery Query { get; internal set; }
|
||||||
public ServerStats Stats;
|
public ServerStats Stats { get; internal set; }
|
||||||
public ServerAuth Auth;
|
public ServerAuth Auth { get; internal set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initialize a Steam Server instance
|
/// Initialize a Steam Server instance
|
||||||
|
Loading…
x
Reference in New Issue
Block a user