mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-14 19:40:47 +00:00
8 lines
155 B
C#
8 lines
155 B
C#
|
|
namespace YooAsset.Editor
|
|
{
|
|
public interface IBuildPipeline
|
|
{
|
|
BuildResult Run(BuildParameters buildParameters, bool enableLog);
|
|
}
|
|
} |