juniordiscart / ImpossibleOdds-Toolkit

Unity C# toolkit to kickstart your project's codebase.

Home Page:https://www.impossible-odds.net/csharp-toolkit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apply Enum Aliases to Composite Enum Values

juniordiscart opened this issue · comments

When an enum value is composed of several explicitly defined values into a composite value (e.g. flags), the alias representations aren't applied to the individual components of the string-based representation.

This is added in the v1.1 update.