From 0d7482d5a0e8bf082abfb4b5bfbfee03597cdc3a Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期四, 25 二月 2021 15:43:08 +0800
Subject: [PATCH] 9527 去掉xlua
---
System/Dungeon/DungeonUseBuffModel.cs | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/System/Dungeon/DungeonUseBuffModel.cs b/System/Dungeon/DungeonUseBuffModel.cs
index 8dee2ff..8a1b0b5 100644
--- a/System/Dungeon/DungeonUseBuffModel.cs
+++ b/System/Dungeon/DungeonUseBuffModel.cs
@@ -1,10 +1,10 @@
锘縰sing System;
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
namespace Snxxz.UI
{
- [XLua.LuaCallCSharp]
+
public class DungeonUseBuffModel : Model, IBeforePlayerDataInitialize, IPlayerLoginOk
{
Dictionary<int, List<int>> m_UseBuffMaps = new Dictionary<int, List<int>>();
@@ -93,5 +93,5 @@
}
}
}
-}
-
+}
+
--
Gitblit v1.8.0