using Cysharp.Threading.Tasks; namespace DanieleMarotta.RiversongCodeShowcase { public interface IDestroyRawResourceAnimation { UniTask PlayAsync(); } }