mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-03-26 12:19:23 +03:00
NetworkIdentity ToString
This commit is contained in:
parent
71d8226e28
commit
12ab3f1248
@ -24,6 +24,8 @@ namespace Steamworks.Data
|
|||||||
return value.steamID;
|
return value.steamID;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override string ToString() => $"{type};{m_cbSize};{steamID}";
|
||||||
|
|
||||||
internal enum IdentityType
|
internal enum IdentityType
|
||||||
{
|
{
|
||||||
Invalid = 0,
|
Invalid = 0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user