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