using UnityEngine; namespace SLSUtilities.FunctionalAnimation { public interface IFuncAnimExecutor { } }