From 0d7482d5a0e8bf082abfb4b5bfbfee03597cdc3a Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期四, 25 二月 2021 15:43:08 +0800
Subject: [PATCH] 9527 去掉xlua
---
System/Skill/ScrollerController.cs | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/System/Skill/ScrollerController.cs b/System/Skill/ScrollerController.cs
index 7ff3416..d35fd4d 100644
--- a/System/Skill/ScrollerController.cs
+++ b/System/Skill/ScrollerController.cs
@@ -15,11 +15,9 @@
KeepVertical,
KeepVertical2,
}
-[XLua.CSharpCallLua]
public class ScrollerController : MonoBehaviour, IEnhancedScrollerDelegate {
private List<ScrollerData> _data = new List<ScrollerData>();
- [XLua.CSharpCallLua]
public delegate void OnRefreshCellDelegate(ScrollerDataType type, CellView cell);
public event OnRefreshCellDelegate OnRefreshCell;
--
Gitblit v1.8.0