summaryrefslogtreecommitdiff
path: root/Assets/Scripts/AbilitySystem/Bahaviours/GhostEffectSpwan.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Scripts/AbilitySystem/Bahaviours/GhostEffectSpwan.cs')
-rw-r--r--Assets/Scripts/AbilitySystem/Bahaviours/GhostEffectSpwan.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/Assets/Scripts/AbilitySystem/Bahaviours/GhostEffectSpwan.cs b/Assets/Scripts/AbilitySystem/Bahaviours/GhostEffectSpwan.cs
deleted file mode 100644
index cbc9c632..00000000
--- a/Assets/Scripts/AbilitySystem/Bahaviours/GhostEffectSpwan.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-public class GhostEffectSpwan : MonoBehaviour
-{
- public CharacterGhostEffect GhostEffect;
-
- public void SpawnGhost()
- {
- GhostEffect.CreateGhost();
- }
-
-}