From 0d7482d5a0e8bf082abfb4b5bfbfee03597cdc3a Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期四, 25 二月 2021 15:43:08 +0800
Subject: [PATCH] 9527 去掉xlua

---
 System/Store/BuyItemController.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/System/Store/BuyItemController.cs b/System/Store/BuyItemController.cs
index 7e677e9..d6aeef6 100644
--- a/System/Store/BuyItemController.cs
+++ b/System/Store/BuyItemController.cs
@@ -5,12 +5,12 @@
 using System.Text;
 using UnityEngine;
 
-[XLua.LuaCallCSharp]
+
 public class BuyItemController : Singleton<BuyItemController>
 {
 
-    Dictionary<int, int> vipBuyCntDict = new Dictionary<int, int>();
-
+    Dictionary<int, int> vipBuyCntDict = new Dictionary<int, int>();
+
     public bool CheckIsVipBuy(StoreConfig model, out int curVipIndex, out int nextVipIndex)
     {
         vipBuyCntDict.Clear();
@@ -179,7 +179,7 @@
                     index = i;
                     break;
                 }
-            }
+            }
            
             if (index != -1)
             {

--
Gitblit v1.8.0