From db644274ae95a6fd0a3224d0dc848702615ff309 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Wed, 31 May 2023 19:14:04 +0800 Subject: *misc --- WorldlineKeepers/Assets/Scripts/Battle/EntitySpawner.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 WorldlineKeepers/Assets/Scripts/Battle/EntitySpawner.cs (limited to 'WorldlineKeepers/Assets/Scripts/Battle/EntitySpawner.cs') 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 + { + + } + +} -- cgit v1.1-26-g67d0