This commit is contained in:
2025-09-30 15:55:11 +08:00
parent 7f42b8b451
commit 6bb89aad3a
9 changed files with 265 additions and 109 deletions

View File

@@ -33,7 +33,7 @@ namespace Stary.Evo.Editor
public bool isOneKeyBuild;
[ListDrawerSettings(DraggableItems = false, ShowFoldout = false, ShowPaging = false, ShowItemCount = false,
HideRemoveButton = true)]
HideRemoveButton = true,HideAddButton = true)]
public List<OneKeyBuildEntity> OneKeyBuildEntities = new List<OneKeyBuildEntity>();
protected override void Initialize()