Esempio n. 1
0
        public virtual bool IsHighestStream => ActiveStream == Difficulty.Hard || ActiveStream == Difficulty.Expert; //todo: support easy mode

        internal void StopAllSounds()
        {
            if (ActiveObject != null)
            {
                ActiveObject.StopSound();
            }
        }