mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 04:57:15 +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.
|
||||
|
|
|
|||
|
|
@ -255,7 +255,7 @@ namespace PepperDash.Essentials.Core.Routing
|
|||
return;
|
||||
}
|
||||
|
||||
// Debug.LogMessage(Serilog.Events.LogEventLevel.Verbose, "Found room {room} for destination {destination}", this, room.Key, destination.Key);
|
||||
Debug.LogMessage(Serilog.Events.LogEventLevel.Verbose, "Found room {room} for destination {destination}", this, room.Key, destination.Key);
|
||||
|
||||
Dictionary<string, SourceListItem> sourceList = null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue