enum class ENeutralWeakPointType : uint8
{
    ENWP_Weak = 0,
    ENWP_Med = 1,
    ENWP_Strong = 2,
};