mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-27 03:14:57 +00:00
10 lines
211 B
C#
10 lines
211 B
C#
using PepperDash.Core;
|
|
using PepperDash.Essentials.Core.Config;
|
|
|
|
namespace PepperDash.Essentials.Core.Plugins
|
|
{
|
|
public interface IPluginDeviceConfig
|
|
{
|
|
IKeyed BuildDevice(DeviceConfig dc);
|
|
}
|
|
} |