mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-16 12:50:17 +00:00
8 lines
117 B
C#
8 lines
117 B
C#
|
|
|
|||
|
|
namespace YooAsset.Editor
|
|||
|
|
{
|
|||
|
|
public interface IBuildTask
|
|||
|
|
{
|
|||
|
|
void Run(BuildContext context);
|
|||
|
|
}
|
|||
|
|
}
|