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.
You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 2 years ago |
| Version | 1.0.0 |
| Download link | MegaPiggy-EnumUtils-1.0.0.zip |
| Downloads | 423 |
| Dependency string | MegaPiggy-EnumUtils-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
A library to help with utilities for 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