diff options
Diffstat (limited to 'WorldlineKeepers/Assets/Scripts/Battle/EntitySpawner.cs')
-rw-r--r-- | WorldlineKeepers/Assets/Scripts/Battle/EntitySpawner.cs | 13 |
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 + { + + } + +} |