summaryrefslogtreecommitdiff
path: root/SurvivalTest/Assets/Scripts/UI/UIManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SurvivalTest/Assets/Scripts/UI/UIManager.cs')
-rw-r--r--SurvivalTest/Assets/Scripts/UI/UIManager.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/SurvivalTest/Assets/Scripts/UI/UIManager.cs b/SurvivalTest/Assets/Scripts/UI/UIManager.cs
new file mode 100644
index 0000000..a9c85c0
--- /dev/null
+++ b/SurvivalTest/Assets/Scripts/UI/UIManager.cs
@@ -0,0 +1,14 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public partial class UIManager : Singleton<UIManager>
+{
+
+ public UIManager()
+ {
+ }
+
+
+
+}