BattleCry.Sound.SoundBoard.SoundBoard C# (CSharp) 메소드

SoundBoard() 공개 메소드

public SoundBoard ( string rootDirectory ) : System
rootDirectory string
리턴 System
        public SoundBoard(string rootDirectory)
        {
            _rootDirectory = rootDirectory;
            _playQueue = new List<PlayQueueItem>();
        }