mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-05 07:45:05 +00:00
feat (essentials): wip to move interfaces to their own folder/namespace
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace PepperDash.Essentials.Core.Interfaces
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines basic volume control methods
|
||||
/// </summary>
|
||||
public interface IHasVolumeControl
|
||||
{
|
||||
void VolumeUp(bool pressRelease);
|
||||
void VolumeDown(bool pressRelease);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user