From 0d7482d5a0e8bf082abfb4b5bfbfee03597cdc3a Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期四, 25 二月 2021 15:43:08 +0800
Subject: [PATCH] 9527 去掉xlua
---
UI/Common/UI3DModelExhibition.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/UI/Common/UI3DModelExhibition.cs b/UI/Common/UI3DModelExhibition.cs
index 6514240..7bf9b0b 100644
--- a/UI/Common/UI3DModelExhibition.cs
+++ b/UI/Common/UI3DModelExhibition.cs
@@ -12,7 +12,7 @@
namespace Snxxz.UI
{
- [XLua.LuaCallCSharp]
+
public class UI3DModelExhibition : MonoBehaviour
{
[SerializeField] Transform m_PlayerShowPoint;
@@ -827,7 +827,7 @@
public bool isDialogue;
}
- [XLua.LuaCallCSharp]
+
public struct UI3DHorsePetData
{
public int id;
--
Gitblit v1.8.0