public EnumDrawer(Type type) { info = EnumTypeInfo.Get(type); }
public EnumMaskDrawer(Type type) { info = EnumTypeInfo.Get(type, true); }