using System.Collections; using System.Collections.Generic; using UnityEngine; namespace TweenAnimation { public interface ITweenEventHandler { void OnTweenEvent(string eventName); } }