namespace XGame.Editor.Build { interface IBuildContextAdapter { BuildContext Context { get; set; } //void SetContext(BuildContext context); } }