CSharpTradeOffers.Trading.Inventory.Inventory C# (CSharp) 메소드

Inventory() 공개 메소드

Class constructor, automatically initializes inventory.
public Inventory ( ulong steamId, uint appId ) : System
steamId ulong steamId64 of the inventory.
appId uint App ID of the inventory.
리턴 System
        public Inventory(ulong steamId, uint appId)
        {
            _steamId = steamId;
            InitializeInventory(appId);
        }