Exemplo n.º 1
0
        protected override void OnInitialize()
        {
            m_Engine.SetupWindowForWorld();

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