Skip to content

Commit 44dcda2

Browse files
author
chiuan
committed
- add:first script
1 parent 4c885cb commit 44dcda2

File tree

4 files changed

+45
-0
lines changed

4 files changed

+45
-0
lines changed

Assets/UIFramework.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/UIFramework/Source.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
using UnityEngine;
2+
using System.Collections;
3+
4+
public class TTUIPageBase : MonoBehaviour {
5+
6+
// Use this for initialization
7+
void Start () {
8+
9+
}
10+
11+
// Update is called once per frame
12+
void Update () {
13+
14+
}
15+
}

Assets/UIFramework/Source/TTUIPageBase.cs.meta

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)