8 lines
117 B
C#
8 lines
117 B
C#
![]() |
|
|||
|
namespace YooAsset.Editor
|
|||
|
{
|
|||
|
public interface IBuildTask
|
|||
|
{
|
|||
|
void Run(BuildContext context);
|
|||
|
}
|
|||
|
}
|