(Feat) Add Build
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user