find-object-bundle-builder/FindObjectBundleBuilder/Assets/YooAsset/Editor/AssetBundleBuilder/BuildSystem/IBuildTask.cs

8 lines
117 B
C#
Raw Permalink Normal View History

2025-04-18 07:35:35 +00:00

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