mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-26 14:45:51 +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
|
||||
{
|
||||
internal uint Id;
|
||||
public uint Id { get; }
|
||||
|
||||
public override string ToString() => Id.ToString();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user