enum EVisibilityLevel

#include <MagesHand.h>

enum EVisibilityLevel
{
    Invisible = 0,
    Ghost     = 70,
    Visible   = 100,
};