diff options
author | chai <chaifix@163.com> | 2021-05-15 15:47:49 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-05-15 15:47:49 +0800 |
commit | b9fe2ce418667724c3e3fdedd228ff2691900bbe (patch) | |
tree | ee7ed14bdd9c4f5ae94d3a08d5426f0c892c527d /Assets/UI_Extension/Scripts/LayoutGroup/BookView.cs | |
parent | d07e14add74e017b52ab2371efeea1aa4ea10ced (diff) |
*修改GUID
Diffstat (limited to 'Assets/UI_Extension/Scripts/LayoutGroup/BookView.cs')
-rw-r--r-- | Assets/UI_Extension/Scripts/LayoutGroup/BookView.cs | 16 |
1 files changed, 16 insertions, 0 deletions
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 () {
+
+ }
+}
|