ORTSActSoundSources ORTSActSoundSourceList; // Dictionary of activity sound sources public SoundProcess(Game game) { Game = game; Thread = new Thread(SoundThread); WatchdogToken = new WatchdogToken(Thread); ORTSActSoundSourceList = new ORTSActSoundSources(); }
private ORTSActSoundSources ORTSActSoundSourceList; // Dictionary of activity sound sources public SoundProcess(Game game) { Game = game; Thread = new Thread(SoundThread); ORTSActSoundSourceList = new ORTSActSoundSources(); }