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