Ejemplo n.º 1
0
        public static void OnNextBullet()
        {
            var state = LevelPlayground.GetLevelState();

            if (state == LevelPlayground.LevelState.LoseLevel)
            {
                return;
            }

            LevelPlayground.SetNextBulletAsActive();
        }