Exemplo n.º 1
0
        public IActionResult OnPostCreateHero()
        {
            HeroCreation.Create(Name, selectedStrength, selectedWeakness, selectedWeapon, _ctx);

            GameplayManager.UpdateStatus(_ctx);

            return(RedirectToPage(GameplayManager.GetPhase()));
        }
Exemplo n.º 2
0
 // Use this for initialization
 void Awake()
 {
     Instance = this;
 }