From b9fe2ce418667724c3e3fdedd228ff2691900bbe Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 15 May 2021 15:47:49 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9GUID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/UI_Extension/Scripts/LayoutGroup/BookView.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Assets/UI_Extension/Scripts/LayoutGroup/BookView.cs (limited to 'Assets/UI_Extension/Scripts/LayoutGroup/BookView.cs') diff --git a/Assets/UI_Extension/Scripts/LayoutGroup/BookView.cs b/Assets/UI_Extension/Scripts/LayoutGroup/BookView.cs new file mode 100644 index 0000000..20e6fc8 --- /dev/null +++ b/Assets/UI_Extension/Scripts/LayoutGroup/BookView.cs @@ -0,0 +1,16 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class BookView : MonoBehaviour { + + // Use this for initialization + void Start () { + + } + + // Update is called once per frame + void Update () { + + } +} -- cgit v1.1-26-g67d0