SteamKit2.GameID.Set C# (CSharp) Method

Set() public method

Sets the various components of this GameID from a 64bit integer form.
public Set ( ulong gameId ) : void
gameId ulong The 64bit integer to assign this GameID from.
return void
        public void Set( ulong gameId )
        {
            gameid.Data = gameId;
        }
        /// <summary>