SteamKit2.GameID.Set C# (CSharp) Метод

Set() публичный Метод

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.
Результат void
        public void Set( ulong gameId )
        {
            gameid.Data = gameId;
        }
        /// <summary>