// Token: 0x060039B9 RID: 14777 RVA: 0x0001FE79 File Offset: 0x0001E079
 private void InitRefTypes()
 {
     this.KeystoneInstanceID = 0UL;
     this.OfferID            = 0UL;
     this.Price        = 0m;
     this.CurrencyType = ePriceCurrencyType.None;
     base.RequestID    = uint.MaxValue;
 }
Ejemplo n.º 2
0
 // Token: 0x06003672 RID: 13938 RVA: 0x0001DBAF File Offset: 0x0001BDAF
 private void InitRefTypes()
 {
     this.SteamID      = 0UL;
     this.OfferID      = 0UL;
     this.Language     = string.Empty;
     this.CurrencyType = ePriceCurrencyType.None;
     base.RequestID    = uint.MaxValue;
 }
Ejemplo n.º 3
0
        // Token: 0x06003131 RID: 12593 RVA: 0x001038E4 File Offset: 0x00101AE4
        public override void DeserializeMessage(byte[] data)
        {
            int num = 0;

            base.PacketType    = ArrayManager.ReadUInt32(data, ref num);
            base.SessionToken  = ArrayManager.ReadUInt64(data, ref num);
            base.SecurityToken = ArrayManager.ReadUInt64(data, ref num);
            base.RequestID     = ArrayManager.ReadUInt32(data, ref num);
            ArrayManager.ReadUInt32(data, ref num);
            ArrayManager.ReadUInt32(data, ref num);
            this.CurrentStoreRegion = ArrayManager.ReadePriceCurrencyType(data, ref num);
        }
        // Token: 0x060039B8 RID: 14776 RVA: 0x0010FC28 File Offset: 0x0010DE28
        public override void DeserializeMessage(byte[] data)
        {
            int num = 0;

            base.PacketType    = ArrayManager.ReadUInt32(data, ref num);
            base.SessionToken  = ArrayManager.ReadUInt64(data, ref num);
            base.SecurityToken = ArrayManager.ReadUInt64(data, ref num);
            base.RequestID     = ArrayManager.ReadUInt32(data, ref num);
            ArrayManager.ReadUInt32(data, ref num);
            ArrayManager.ReadUInt32(data, ref num);
            this.KeystoneInstanceID = ArrayManager.ReadUInt64(data, ref num);
            this.OfferID            = ArrayManager.ReadUInt64(data, ref num);
            this.Price        = ArrayManager.ReadDecimal(data, ref num);
            this.CurrencyType = ArrayManager.ReadePriceCurrencyType(data, ref num);
        }
Ejemplo n.º 5
0
 // Token: 0x06003132 RID: 12594 RVA: 0x0001A5CB File Offset: 0x000187CB
 private void InitRefTypes()
 {
     this.CurrentStoreRegion = ePriceCurrencyType.None;
     base.RequestID          = uint.MaxValue;
 }