}
    }
    public static function TryGetValue($_0v2tr0qtq42vku83m6q35)
    {
        if (!LBD_StringHelper::HasValue($_0v2tr0qtq42vku83m6q35)) {
            return;
        }
        $_Ia20vyshe40gyei4 = LBD_CollectionHelper::StringArraySearch($_0v2tr0qtq42vku83m6q35, SoundStyle::$Names);
        if (false !== $_Ia20vyshe40gyei4) {
            return $_Ia20vyshe40gyei4;
        } else {
            return;
        }
    }
}
SoundStyle::$Names = array(SoundStyle::Dispatch => "Dispatch", SoundStyle::HiveMind => "HiveMind", SoundStyle::Industrial => "Industrial", SoundStyle::Pulse => "Pulse", SoundStyle::Radio => "Radio", SoundStyle::RedAlert => "RedAlert", SoundStyle::Robot => "Robot", SoundStyle::Scratched => "Scratched", SoundStyle::Synth => "Synth", SoundStyle::Workshop => "Workshop");
interface LBD_ISoundGenerator
{
    public function GenerateSound($_ivpumxjw4qyh68u2, $_i5f7s8ja0nkfpd7cq66dx);
}
abstract class LBD_SoundGenerator implements LBD_ISoundGenerator
{
    const DefaultVolume = 75;
    protected $_Oesklt3x3wyianto3xu5n = LBD_SoundGenerator::DefaultVolume;
    public function get_Volume()
    {
        return $this->m_Volume;
    }
    public function set_Volume($_iffhx52dzh4kpwg8efyem)
    {
        if (0 >= $_iffhx52dzh4kpwg8efyem || 100 < $_iffhx52dzh4kpwg8efyem) {