using System.Collections; using System.Collections.Generic; using Cysharp.Threading.Tasks; namespace Project.B.Animation { public interface IAnimationFactory { public UniTask InitializeAsync(); } }