Jelajahi Sumber

First Commit

Axel Nordh 1 bulan lalu
melakukan
663e07d266
1 mengubah file dengan 16 tambahan dan 0 penghapusan
  1. 16 0
      Assets/Scripts/GameManager.cs

+ 16 - 0
Assets/Scripts/GameManager.cs

@@ -0,0 +1,16 @@
+using UnityEngine;
+
+public class GameManager : MonoBehaviour
+{
+    // Start is called once before the first execution of Update after the MonoBehaviour is created
+    void Start()
+    {
+        
+    }
+
+    // Update is called once per frame
+    void Update()
+    {
+        
+    }
+}