using UnityEngine; namespace NEG.Utils.UiToolkits { public interface IMultiSelectChipItem { string Name { get; } Color Color { get; } } }