tModLoader v2022.09
A mod to make and play Terraria mods
Extensions.EnumerationExtensions Class Reference

Static Public Member Functions

static bool Has< T > (this Enum value, T check)
 
static T Include< T > (this Enum value, T append)
 
static bool Missing< T > (this Enum obj, T value)
 
static T Remove< T > (this Enum value, T remove)