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

---
 System/CrossServerOneVsOne/OpponentInformation.cs |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/System/CrossServerOneVsOne/OpponentInformation.cs b/System/CrossServerOneVsOne/OpponentInformation.cs
index e2bd70e..5e36247 100644
--- a/System/CrossServerOneVsOne/OpponentInformation.cs
+++ b/System/CrossServerOneVsOne/OpponentInformation.cs
@@ -1,17 +1,17 @@
-锘�//--------------------------------------------------------
-//    [Author]:           绗簩涓栫晫
-//    [  Date ]:           Friday, December 28, 2018
-//--------------------------------------------------------
+锘�//--------------------------------------------------------
+//    [Author]:           绗簩涓栫晫
+//    [  Date ]:           Friday, December 28, 2018
+//--------------------------------------------------------
 using System;
 using System.Collections.Generic;
 
-using Snxxz.UI;
-
+using Snxxz.UI;
+
 namespace Snxxz.UI
-{
-    [XLua.LuaCallCSharp]
-
-    //瀵规墜淇℃伅
+{
+    
+
+    //瀵规墜淇℃伅
     public class OpponentInformation : Singleton<OpponentInformation>
     {
         public int PlayerID { get; private set; }     // 鐜╁ID
@@ -45,9 +45,9 @@
                 ShieldUpdate((int)info.PlayerID, (int)info.ExAttr4);
             }
         }
-    }
-
-}
-
-
-
+    }
+
+}
+
+
+

--
Gitblit v1.8.0