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