From 0d7482d5a0e8bf082abfb4b5bfbfee03597cdc3a Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期四, 25 二月 2021 15:43:08 +0800
Subject: [PATCH] 9527 去掉xlua
---
System/Mount/MountModel.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/Mount/MountModel.cs b/System/Mount/MountModel.cs
index 894fcf9..c0b15e5 100644
--- a/System/Mount/MountModel.cs
+++ b/System/Mount/MountModel.cs
@@ -6,7 +6,7 @@
using LitJson;
using UnityEngine;
//鐢ㄤ簬鍧愰獞
-[XLua.LuaCallCSharp]
+
public class HorseClass
{
public int Lv;//鍧愰獞绛夌骇
@@ -28,7 +28,7 @@
public int HorseLV;//鎵�闇�绛夌骇
}
-[XLua.LuaCallCSharp]
+
public class MountModel : Model, IBeforePlayerDataInitialize, IPlayerLoginOk
{
public string _HorseIDNow = string.Empty;//鑾峰彇褰撳墠鐨勫潗楠慖D
--
Gitblit v1.8.0