namespace LobbyServer { enum Command { ChatAdd, ChatRequest, ScoreAdd, ScoreRequest, Invalid } }