9 lines
173 B
C#
9 lines
173 B
C#
using Cysharp.Threading.Tasks;
|
|
|
|
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
public interface IDestroyRawResourceAnimation
|
|
{
|
|
UniTask PlayAsync();
|
|
}
|
|
} |