Пример #1
0
 // Token: 0x06000E2B RID: 3627 RVA: 0x0000A57F File Offset: 0x0000877F
 public ShopItemGUI(IUnityItem item, BuyingLocationType location) : base(item, location, BuyingRecommendationType.None)
 {
     this._pointsPrice  = ShopUtils.GetLowestPrice(item, UberStrikeCurrencyType.Points);
     this._creditsPrice = ShopUtils.GetLowestPrice(item, UberStrikeCurrencyType.Credits);
 }