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