You are viewing a potentially older version of this package. View all versions.
MegaPiggy-EnumUtils-1.0.0 icon

EnumUtils

A library to help with creating and getting Enums

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-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

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 ThrowIfNotEnum method.

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