diff --git a/Assets/Scripts/Managers/TestManager.cs b/Assets/Scripts/Managers/TestManager.cs new file mode 100644 index 00000000..d19edf5d --- /dev/null +++ b/Assets/Scripts/Managers/TestManager.cs @@ -0,0 +1,16 @@ +using UnityEngine; + +public class TestManager : 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() + { + + } +} diff --git a/Assets/Scripts/Managers/TestManager.cs.meta b/Assets/Scripts/Managers/TestManager.cs.meta new file mode 100644 index 00000000..d77e2051 --- /dev/null +++ b/Assets/Scripts/Managers/TestManager.cs.meta @@ -0,0 +1,2 @@ +fileFormatVersion: 2 +guid: b0a71632d65bcd8478a522d5d39e8d5a \ No newline at end of file