Ejemplo n.º 1
0
        public NavigationTest(Client client) : base(client)
        {
            navEngine = new NavigationEngine();

            if (!navEngine.SetCurrentMap(me.Memory.ReadInt32(IntPtr.Zero + Offset.MapId)))
            {
                throw new Exception();
            }

            this.Active = true;
        }