// using System.Collections.Generic; // // namespace UI // { // public class ShopFormContext : UIContext // { // public int CurrentLevel; // public int RefreshPrice; // public int PlayerCoin; // public List GoodsItems; // public DisplayListAreaContext PropListContext; // public DisplayListAreaContext WeaponListContext; // public float WeaponRecycleRate = 0.3f; // } // }