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