com.alicizax.unity.editor.e.../Editor/Toolbar/GroupDefinitions/IGroupDefinitionRepository.cs
2025-08-01 19:32:29 +08:00

7 lines
156 B
C#

namespace Paps.UnityToolbarExtenderUIToolkit
{
internal interface IGroupDefinitionRepository
{
public GroupDefinition[] GetAll();
}
}