Axel Nordh преди 1 месец
ревизия
663e07d266
променени са 1 файла, в които са добавени 16 реда и са изтрити 0 реда
  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()
+    {
+        
+    }
+}