Repository URL to install this package:
|
Version:
2023.12.1 ▾
|
namespace Gs2.Unity.Gs2StateMachine.Local.Model
{
public interface ITask
{
TaskType Type();
string Name();
Parameter[] Arguments();
}
}