This commit is contained in:
CortexCore
2024-06-16 17:55:29 +08:00
parent 22f318c8f6
commit 9186ab6e37
5 changed files with 13 additions and 8 deletions

View File

@@ -189,8 +189,7 @@ namespace BITKit.GameEditor
Debug.LogException(e);
}
}
protected void RebuildList()
protected virtual void RebuildList()
{
List.Clear();
var paths = AssetDatabase.FindAssets($"t:{typeof(T).Name}");