enum class EMinimapHeight : uint8
{
    NORMAL = 0,
    UP = 1,
    DOWN = 2,
};