mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
8 lines
155 B
C#
8 lines
155 B
C#
|
|
namespace YooAsset.Editor
|
|
{
|
|
public interface IBuildPipeline
|
|
{
|
|
BuildResult Run(BuildParameters buildParameters, bool enableLog);
|
|
}
|
|
} |