mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
feat: rename IHasDestinationList to IHasDestinations for consistency
This commit is contained in:
parent
4810c2d590
commit
6e01173f3b
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ namespace PepperDash.Essentials.Core
|
|||
/// <summary>
|
||||
/// Interface for rooms with a list of destinations
|
||||
/// </summary>
|
||||
public interface IHasDestinationList
|
||||
public interface IHasDestinations
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the dictionary of destinations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue