Exemplo n.º 1
0
        /// <summary>
        /// Constructor. Will initialize the view (for Xamarin), load the parameters and initialize the QR-scanner.
        /// </summary>
        public App(OSInterface osi, bool withBackButton = false)
        {
            Instance      = this;
            HasBackButton = withBackButton;
            IOS           = osi;

            MainPage = new LauncherPage();
        }
 public override void SendMeTo(Player plr)
 {
     /*if (Plr.CrrInterface is IPetCareerInterface && Plr.CrrInterface.GetTargetOfInterest() != null)
      *  (Plr.CrrInterface.GetTargetOfInterest() as Pet).SendPet(2);*/
     ItmInterface.SendEquipped(plr);
     SendState(plr);
     OSInterface.SendObjectStates(plr);
     base.SendMeTo(plr);
     if (MountID != 0)
     {
         SendMount(plr);
     }
     SendGfxMods();
 }
Exemplo n.º 3
0
 public AI(OSInterface Interface)
     : base(Interface)
 {
 }
Exemplo n.º 4
0
 public AI(OSInterface Interface)
     : base(Interface)
 {
 }