mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-28 15:45:29 +03:00
Make Id public only a getter
This commit is contained in:
parent
f3443935b2
commit
427524abc9
@ -5,7 +5,7 @@ namespace Steamworks.Data
|
|||||||
{
|
{
|
||||||
public struct Connection
|
public struct Connection
|
||||||
{
|
{
|
||||||
internal uint Id;
|
public uint Id { get; }
|
||||||
|
|
||||||
public override string ToString() => Id.ToString();
|
public override string ToString() => Id.ToString();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user