summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Unit/Events/EventAfterImage.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/Scripts/Unit/Events/EventAfterImage.cs')
-rw-r--r--Assets/Scripts/Unit/Events/EventAfterImage.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/Assets/Scripts/Unit/Events/EventAfterImage.cs b/Assets/Scripts/Unit/Events/EventAfterImage.cs
deleted file mode 100644
index 9c0ea5ac..00000000
--- a/Assets/Scripts/Unit/Events/EventAfterImage.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-public class EventAfterImage : AnimationEventBase
-{
- public enum EAfterImageType
- {
- None = 0,
- BlackWhite,
- Golden,
- }
-
- public EAfterImageType afterType;
-
-}