Exemplo n.º 1
0
 public static void Initialize()
 {
     if (Core.SA && Instance == null)
     {
         Instance = new Prugyilonus();
         Instance.MoveToWorld(new Point3D(750, 3344, 61), Map.TerMur);
     }
 }
Exemplo n.º 2
0
        public override void Deserialize(GenericReader reader)
        {
            base.Deserialize(reader);
            reader.ReadInt(); // version

            if (Core.SA)
            {
                Instance = this;
            }
            else
            {
                Delete();
            }
        }