enum class NET_ Messages : uint32
{
net_ NOP = 0,
net_ Disconnect_ Legacy = 1,
net_ SplitScreenUser = 3,
net_ Tick = 4,
net_ StringCmd = 5,
net_ SetConVar = 6,
net_ SignonState = 7,
net_ SpawnGroup_ Load = 8,
net_ SpawnGroup_ ManifestUpdate = 9,
net_ SpawnGroup_ SetCreationTick = 11,
net_ SpawnGroup_ Unload = 12,
net_ SpawnGroup_ LoadCompleted = 13,
net_ DebugOverlay = 15,
};