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

---
 System/Skill/TalentModel.cs |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/System/Skill/TalentModel.cs b/System/Skill/TalentModel.cs
index 02233d6..9c3713c 100644
--- a/System/Skill/TalentModel.cs
+++ b/System/Skill/TalentModel.cs
@@ -1,13 +1,13 @@
-锘縰sing System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
+锘縰sing System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
 using System;
 using System.Linq;
 
 namespace Snxxz.UI
 {
-    [XLua.LuaCallCSharp]
+    
 	public class TalentModel : Model, IPlayerLoginOk, IBeforePlayerDataInitialize
     {
         Dictionary<int, TalentSkill> talentSkills = new Dictionary<int, TalentSkill>();
@@ -577,5 +577,5 @@
             return config.StateSkillLV % 100000;
         }
     }
-}
-
+}
+

--
Gitblit v1.8.0