diff Chapter5/Assets/Scripts/GameMgr.cs @ 2:fdab88fc2cb9

add game projects
author Yuta ANSE <e135745@ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2015 23:14:45 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Chapter5/Assets/Scripts/GameMgr.cs	Fri Jul 17 23:14:45 2015 +0900
@@ -0,0 +1,15 @@
+using UnityEngine;
+using System.Collections;
+
+public class GameMgr : MonoBehaviour {
+
+	// Use this for initialization
+	void Start () {
+	
+	}
+	
+	// Update is called once per frame
+	void Update () {
+	
+	}
+}