Repository URL to install this package:
|
Version:
2023.7.12 ▾
|
using System.Collections.Generic;
using Gs2.Unity.Core.Model;
namespace Gs2.Unity.UiKit.Gs2Core.Fetcher
{
public interface IAcquireActionsFetcher
{
List<EzAcquireAction> AcquireActions(string context = "default");
}
}