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/IEffectHandler.cs | |
parent | df84ee7e568fa500fec7b1865b966345b814e68f (diff) |
*残影特效
Diffstat (limited to 'Assets/Scripts/Effects/IEffectHandler.cs')
-rw-r--r-- | Assets/Scripts/Effects/IEffectHandler.cs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Assets/Scripts/Effects/IEffectHandler.cs b/Assets/Scripts/Effects/IEffectHandler.cs deleted file mode 100644 index bdc4c6a0..00000000 --- a/Assets/Scripts/Effects/IEffectHandler.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-public class IEffectHandler : MonoBehaviour
-{
- // Start is called before the first frame update
- void Start()
- {
-
- }
-
- // Update is called once per frame
- void Update()
- {
-
- }
-}
|