少年修仙传客户端代码仓库
client_Wu Xijin
2019-03-20 6a7dd7ee0be86d7fc523f3c9e7f3058bdfbec1df
System/Auction/AuctionHelpModel.cs
@@ -48,6 +48,12 @@
            get { return wait; }
            set { wait = value; }
        }
        public bool isOpenPanel = true;
        public bool IsOpenPanel
        {
            get { return isOpenPanel; }
            set { isOpenPanel = value; }
        }
        public override void Init()
        {
            var AuctionTaxrateConfig = FuncConfigConfig.Get("AuctionTaxrate");