Exemple #1
0
        public void UseMegaShoot()
        {
#if DEBUG
            megaShoot.DoIfPossible();
#endif
            if (Power < 1)
            {
                return;
            }
            if (megaShoot.DoIfPossible())
            {
                Power--;
            }
        }