UIController() { MetaverseClient.GetInstance().Tick += new MetaverseClient.TickHandler(UIController_Tick); Application.Init(); contextmenu = new UIContextMenu(); new MessageBox(MessageBox.MessageType.Info, "Movement", "Middle mouse button to mouselook, asdf or arrowkeys to move, e and c to fly", null); }