mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-04-27 07:19:42 +03:00
AppId.ToString
This commit is contained in:
parent
326d27e98e
commit
6a2db11c5d
@ -10,6 +10,8 @@ namespace Steamworks
|
|||||||
{
|
{
|
||||||
public uint Value;
|
public uint Value;
|
||||||
|
|
||||||
|
public override string ToString() => Value.ToString();
|
||||||
|
|
||||||
public static implicit operator AppId( uint value )
|
public static implicit operator AppId( uint value )
|
||||||
{
|
{
|
||||||
return new AppId{ Value = value };
|
return new AppId{ Value = value };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user