enum class CNmEventRelevance_t : uint32
{
    ClientOnly = 0,
    ServerOnly = 1,
    ClientAndServer = 2,
};