From 0d7482d5a0e8bf082abfb4b5bfbfee03597cdc3a Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期四, 25 二月 2021 15:43:08 +0800
Subject: [PATCH] 9527 去掉xlua
---
System/Role/ReikiRootModel.cs | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/System/Role/ReikiRootModel.cs b/System/Role/ReikiRootModel.cs
index f1172a3..3c33ea3 100644
--- a/System/Role/ReikiRootModel.cs
+++ b/System/Role/ReikiRootModel.cs
@@ -1,11 +1,11 @@
锘縰sing System;
-using System.Collections;
-using System.Collections.Generic;
+using System.Collections;
+using System.Collections.Generic;
using System.Text.RegularExpressions;
-using UnityEngine;
+using UnityEngine;
namespace Snxxz.UI
{
- [XLua.LuaCallCSharp]
+
public class ReikiRootModel : Model, IBeforePlayerDataInitialize, IPlayerLoginOk
{
Dictionary<int, int> m_ReikiRootPoints = new Dictionary<int, int>();
@@ -97,7 +97,7 @@
public TreasureAddPoint treasureAddPoint { get; private set; }
- public readonly Redpoint redpoint = new Redpoint(101, 10103);
+ public readonly Redpoint redpoint = new Redpoint(101, 10103);
public event Action onCacheFreePointRefresh;
public event Action onReikiRootPointRefresh;
@@ -807,6 +807,6 @@
public int point;
}
-}
-
-
+}
+
+
--
Gitblit v1.8.0