mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-27 07:05:50 +03:00
Merge pull request #366 from trdwll/connectionid
Make Id public only a getter
This commit is contained in:
commit
cfa77bc9e2
@ -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