예제 #1
0
 public static void Initialize()
 {
     if (Core.SA && Instance == null)
     {
         Instance = new Bexil();
         Instance.MoveToWorld(new Point3D(662, 3819, -43), Map.TerMur);
     }
 }
예제 #2
0
        public override void Deserialize(GenericReader reader)
        {
            base.Deserialize(reader);
            reader.ReadInt(); // version

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