protected override void OnInitialize() { _engine.SetupWindowForWorld(); _userInterface.Cursor = Cursor = new WorldCursor(this); Client.Initialize(); Player.PlayerState.Journaling.AddEntry("Welcome to Ultima Online!", 9, 0x3B4, string.Empty, false); }
protected override void OnInitialize() { m_Engine.SetupWindowForWorld(); m_UserInterface.Cursor = Cursor = new WorldCursor(this); Client.Initialize(); }