mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-04 15:25:11 +00:00
moves a version of IBridge back to PepperDash Essentials
This commit is contained in:
12
PepperDashEssentials/Bridges/IBridge.cs
Normal file
12
PepperDashEssentials/Bridges/IBridge.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace PepperDash.Essentials.Bridges
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines a device that uses the legacy JoinMapBase for its join map
|
||||
/// </summary>
|
||||
[Obsolete("IBridgeAdvanced should be used going forward with JoinMapBaseAdvanced")]
|
||||
public interface IBridge: Core.Bridges.IBridge
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -10,10 +10,7 @@ namespace PepperDash.Essentials.Core.Bridges
|
||||
{
|
||||
void LinkToApi(BasicTriList trilist, uint joinStart, string joinMapKey, EiscApi bridge);
|
||||
}
|
||||
}
|
||||
|
||||
namespace PepperDash.Essentials.Bridges
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines a device that uses the legacy JoinMapBase for its join map
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user