summaryrefslogtreecommitdiff
path: root/WorldlineKeepers/Assets/Scripts/Battle/EntitySpawner.cs
diff options
context:
space:
mode:
authorchai <215380520@qq.com>2023-05-31 19:14:04 +0800
committerchai <215380520@qq.com>2023-05-31 19:14:04 +0800
commitdb644274ae95a6fd0a3224d0dc848702615ff309 (patch)
treead14d56c6cd289c1be128d301c14a0bf8607961a /WorldlineKeepers/Assets/Scripts/Battle/EntitySpawner.cs
parentdbf4ea119100f571b3710568dfdc2e09dcec2a61 (diff)
*misc
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Battle/EntitySpawner.cs')
-rw-r--r--WorldlineKeepers/Assets/Scripts/Battle/EntitySpawner.cs13
1 files changed, 13 insertions, 0 deletions
diff --git a/WorldlineKeepers/Assets/Scripts/Battle/EntitySpawner.cs b/WorldlineKeepers/Assets/Scripts/Battle/EntitySpawner.cs
new file mode 100644
index 0000000..ef9d8e7
--- /dev/null
+++ b/WorldlineKeepers/Assets/Scripts/Battle/EntitySpawner.cs
@@ -0,0 +1,13 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+namespace WK
+{
+
+ public class EntitySpawner
+ {
+
+ }
+
+}