1 2 3 4 5 6
using UnityEngine; public abstract class OneShotAnimationBase : MonoBehaviour { public abstract void Trigger(); }