/// <summary> /// Starts the playback of the current SoundObject. /// </summary> public void Play() { FreeSL.fslSoundPlay(_sound); wasPlayed = true; }