From 653d3722d147a6f5b541f1b8b9450cee32e8d86a Mon Sep 17 00:00:00 2001 From: chrisgregan Date: Mon, 24 Feb 2014 13:53:27 +0000 Subject: [PATCH] Renamed AnimationEventListener to AnimationListener --- .../Scripts/{AnimationEventListener.cs => AnimationListener.cs} | 2 +- ...AnimationEventListener.cs.meta => AnimationListener.cs.meta} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Assets/Fungus/Scripts/{AnimationEventListener.cs => AnimationListener.cs} (86%) rename Assets/Fungus/Scripts/{AnimationEventListener.cs.meta => AnimationListener.cs.meta} (100%) diff --git a/Assets/Fungus/Scripts/AnimationEventListener.cs b/Assets/Fungus/Scripts/AnimationListener.cs similarity index 86% rename from Assets/Fungus/Scripts/AnimationEventListener.cs rename to Assets/Fungus/Scripts/AnimationListener.cs index 38743668..3ebdf4ee 100644 --- a/Assets/Fungus/Scripts/AnimationEventListener.cs +++ b/Assets/Fungus/Scripts/AnimationListener.cs @@ -4,7 +4,7 @@ using Fungus; // Listens for animation events // The string parameter specifies a method name on the active room class -public class AnimationEventListener : MonoBehaviour +public class AnimationListener : MonoBehaviour { void OnAnimationEvent(string methodName) { diff --git a/Assets/Fungus/Scripts/AnimationEventListener.cs.meta b/Assets/Fungus/Scripts/AnimationListener.cs.meta similarity index 100% rename from Assets/Fungus/Scripts/AnimationEventListener.cs.meta rename to Assets/Fungus/Scripts/AnimationListener.cs.meta