diff options
author | chai <chaifix@163.com> | 2020-10-22 08:57:28 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-10-22 08:57:28 +0800 |
commit | 8268e4e308bd110dfea4ad849a7ff74e66951349 (patch) | |
tree | fdfa55d7272092df599c107d4a282357cce325c5 /Assets/Scripts/Effects/EffectHandler.cs | |
parent | df84ee7e568fa500fec7b1865b966345b814e68f (diff) |
*残影特效
Diffstat (limited to 'Assets/Scripts/Effects/EffectHandler.cs')
-rw-r--r-- | Assets/Scripts/Effects/EffectHandler.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Assets/Scripts/Effects/EffectHandler.cs b/Assets/Scripts/Effects/EffectHandler.cs new file mode 100644 index 00000000..265a1001 --- /dev/null +++ b/Assets/Scripts/Effects/EffectHandler.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class EffectHandler : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} |