(Feat) Add Build

This commit is contained in:
2026-07-22 12:56:13 +02:00
parent 3657b870d8
commit 0052b0d98e
244 changed files with 35752 additions and 3112 deletions
@@ -311,7 +311,7 @@ namespace Ashwild.EditorTools
else if (selectedAsset is CraftingRecipe recipe)
rightPane.Add(new RecipeEditorView(recipe, RefreshRow).Root);
else if (selectedAsset is BuildableData buildable)
rightPane.Add(new BuildableEditorView(buildable, RefreshRow).Root);
rightPane.Add(new BuildableEditorView(buildable, RefreshRow, ShowSelection).Root);
}
/// <summary>