SteamKit2.GameID.Set C# (CSharp) Méthode

Set() public méthode

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.
Résultat void
        public void Set( ulong gameId )
        {
            gameid.Data = gameId;
        }
        /// <summary>