public static MyGuiScreenLogoutProgress CurrentScreen = null; // This is always filled with reference to actual instance of this scree. If there isn't, it's null. public MyGuiScreenLogoutProgress(OnLogoutProgressClosedCallback onLogoutProgressClosed) : base(MyTextsWrapperEnum.LogoutInProgressPleaseWait, true) { CurrentScreen = this; m_onLogoutProgressClosed = onLogoutProgressClosed; m_screenCanHide = true; }