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

---
 Core/GameEngine/Model/Config/GatherSoulConfig.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Core/GameEngine/Model/Config/GatherSoulConfig.cs b/Core/GameEngine/Model/Config/GatherSoulConfig.cs
index 001628a..495b2fa 100644
--- a/Core/GameEngine/Model/Config/GatherSoulConfig.cs
+++ b/Core/GameEngine/Model/Config/GatherSoulConfig.cs
@@ -9,7 +9,7 @@
 using System;
 using UnityEngine;
 
-[XLua.LuaCallCSharp]
+
 public partial class GatherSoulConfig
 {
 
@@ -29,11 +29,11 @@
 
             int.TryParse(tables[0],out ID); 
 
-			string[] AttrTypeStringArray = tables[1].Trim().Split(StringUtility.splitSeparator,StringSplitOptions.RemoveEmptyEntries);
-			AttrType = new int[AttrTypeStringArray.Length];
-			for (int i=0;i<AttrTypeStringArray.Length;i++)
-			{
-				 int.TryParse(AttrTypeStringArray[i],out AttrType[i]);
+			string[] AttrTypeStringArray = tables[1].Trim().Split(StringUtility.splitSeparator,StringSplitOptions.RemoveEmptyEntries);
+			AttrType = new int[AttrTypeStringArray.Length];
+			for (int i=0;i<AttrTypeStringArray.Length;i++)
+			{
+				 int.TryParse(AttrTypeStringArray[i],out AttrType[i]);
 			}
 
 			int.TryParse(tables[2],out soulStage); 

--
Gitblit v1.8.0