Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
EnumUtils
A library to help with creating and getting Enums
CHANGELOG
1.0.5
- Made plugin info accessible
- Some more methods.
1.0.4
- Made a nuget package
- Added a way to check if an enum is dynamic (modded) or static (vanilla).
- Some more methods.
1.0.3
- Added a
ThrowIfNotEnummethod.
1.0.2
- Changed a method so that it returns the created enum
1.0.1
- Added documentation xml file
1.0.0
- First release