summaryrefslogtreecommitdiff
path: root/marching/Assets/Scripts/Mod/ModManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'marching/Assets/Scripts/Mod/ModManager.cs')
-rw-r--r--marching/Assets/Scripts/Mod/ModManager.cs23
1 files changed, 0 insertions, 23 deletions
diff --git a/marching/Assets/Scripts/Mod/ModManager.cs b/marching/Assets/Scripts/Mod/ModManager.cs
deleted file mode 100644
index 4357a2a..0000000
--- a/marching/Assets/Scripts/Mod/ModManager.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-namespace MH.Modding
-{
-
- public class ModManager : MonoBehaviour
- {
- // Start is called before the first frame update
- void Start()
- {
-
- }
-
- // Update is called once per frame
- void Update()
- {
-
- }
- }
-
-}