diff options
Diffstat (limited to 'Assets/Scripts/Unit/Events/EventBulletTime.cs')
-rw-r--r-- | Assets/Scripts/Unit/Events/EventBulletTime.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Assets/Scripts/Unit/Events/EventBulletTime.cs b/Assets/Scripts/Unit/Events/EventBulletTime.cs new file mode 100644 index 00000000..22c2b83f --- /dev/null +++ b/Assets/Scripts/Unit/Events/EventBulletTime.cs @@ -0,0 +1,9 @@ +using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class EventBulletTime : AnimationEventBase
+{
+
+
+}
|