using User; namespace CLre.API.App { public struct SetupEventArgs {} public struct GameReady{} public struct GameExit{} public struct MenuReady{} public struct GameJoin { public bool Success; public SerializedAccountInfo Data; } }