using UnityEngine; public interface IAnimated { public Animator GetAnimator(); }