summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Effects/SparkManager.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-11-09 08:49:19 +0800
committerchai <chaifix@163.com>2020-11-09 08:49:19 +0800
commita3510f152994038c28b6c97490097e05b2c2cdc1 (patch)
tree55934ccb17d05135fb1e50b0c922b80a37166237 /Assets/Scripts/Effects/SparkManager.cs
parentb820dfe5486f230c2fdc8a8eba61a6a7f624fa87 (diff)
*misc
Diffstat (limited to 'Assets/Scripts/Effects/SparkManager.cs')
-rw-r--r--Assets/Scripts/Effects/SparkManager.cs18
1 files changed, 18 insertions, 0 deletions
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()
+ {
+
+ }
+}