Exemplo n.º 1
0
 public static void InitializeAll()
 {
     SimpleStorage.SetContext(Application.Context);
     if ((Res.InteractionModes?.Count ?? 0) > 0)
     {
         return;                                         // Already done this; okay, cool.
     }
     InteractionLibrary.InitializeAll();
     MasterSpellLibrary.LoadAll();
     MasterFechtbuch.LoadAll();
 }
Exemplo n.º 2
0
        public static void InitializeAll()
        {
            SimpleStorage.SetContext(Application.Context);
            if ((Res.InteractionModes?.Count ?? 0) > 0)
            {
                return;                                         // Already done this; okay, cool.  // TODO: Use a better indicator!!!
            }
            InteractionLibrary.InitializeAll();
            MasterSpellLibrary.LoadAll();
            MasterFechtbuch.LoadAll();

            Encounters.Scenario.Current = Encounters.Scenario.Postcard;

            //Damageable.SetUpStandardHitReactions();
        }