mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
fix: add back in unintentionally deleted MuteFeedback property
This commit is contained in:
@@ -5,6 +5,10 @@ namespace PepperDash.Essentials.Core
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IBasicVolumeWithFeedback : IBasicVolumeControls
|
public interface IBasicVolumeWithFeedback : IBasicVolumeControls
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Gets the mute feedback
|
||||||
|
/// </summary>
|
||||||
|
BoolFeedback MuteFeedback { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Mutes the volume
|
/// Mutes the volume
|
||||||
|
|||||||
Reference in New Issue
Block a user