OvertakingLegend/Packages/com.tuyoogame.yooasset@2.1.1/Editor/AssetBundleBuilder/BuildSystem/IBuildTask.cs

8 lines
117 B
C#
Raw Permalink Normal View History

2025-03-24 03:08:22 +00:00

namespace YooAsset.Editor
{
public interface IBuildTask
{
void Run(BuildContext context);
}
}