1 2 3 4 5 6
#pragma once namespace bot::schemas { enum EventType { LIVE, OFFLINE, TITLE, GAME, CUSTOM = 99 }; enum EventFlag { MASSPING }; }