enum class PortraitSummonsDisplayMode_t : int32
{
    PORTRAIT_SUMMONS_DISPLAY_MODE_INVALID = -1,
    PORTRAIT_SUMMONS_DISPLAY_MODE_NONE = 0,
    PORTRAIT_SUMMONS_DISPLAY_MODE_ALL = 1,
    PORTRAIT_SUMMONS_DISPLAY_MODE_NON_DEFAULT = 2,
    PORTRAIT_SUMMONS_DISPLAY_MODE_TYPE_COUNT = 3,
};