Ejemplo n.º 1
0
        public void Loaded(Tools.D2Point pt)
        {
            this.X = pt.X;
            this.Y = pt.Y;

            D2Point mvPt = DDUtils.AngleToPoint(
                DDUtils.GetAngle(Game.I.Player.X - this.X, Game.I.Player.Y - this.Y),
                8.0
                );

            this.XAdd = mvPt.X;
            this.YAdd = mvPt.Y;
        }
Ejemplo n.º 2
0
 public void Loaded(Tools.D2Point pt)
 {
     this.X = pt.X;
     this.Y = pt.Y;
 }
Ejemplo n.º 3
0
 public void Loaded(Tools.D2Point pt)
 {
     this.EachFrameSequencer = EnumerableTools.Supplier(this.GetEachFrameSequencer());
 }