From a3510f152994038c28b6c97490097e05b2c2cdc1 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 9 Nov 2020 08:49:19 +0800 Subject: *misc --- Assets/Scripts/Effects/SparkManager.cs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Assets/Scripts/Effects/SparkManager.cs (limited to 'Assets/Scripts/Effects/SparkManager.cs') diff --git a/Assets/Scripts/Effects/SparkManager.cs b/Assets/Scripts/Effects/SparkManager.cs new file mode 100644 index 00000000..0146d2e6 --- /dev/null +++ b/Assets/Scripts/Effects/SparkManager.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class SparkManager : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} -- cgit v1.1-26-g67d0