Miłosz Matkowski

Results 22 comments of Miłosz Matkowski

Hi! Can you provide a use-case for me? How do you think this feature should work with an example enum, etc. In the meantime I suggest using 'SearchableEnumAttrbiute', it's a...

Yes, I can implement something similar. Alternatively and something more lightweight you can use Flag-based "categories" like this: ``` [System.Flags] public enum ChoosableClass { Nothing = 0, Gunner = 1,...