mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 04:34:56 +00:00
Added MinimumEssentialsFrameworkVersion to plugin interface
This commit is contained in:
@@ -5,6 +5,7 @@ namespace PepperDash.Essentials.Core.Plugins
|
|||||||
{
|
{
|
||||||
public interface IPluginDeviceConfig
|
public interface IPluginDeviceConfig
|
||||||
{
|
{
|
||||||
|
string MinimumEssentialsFrameworkVersion { get; }
|
||||||
IKeyed BuildDevice(DeviceConfig dc);
|
IKeyed BuildDevice(DeviceConfig dc);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user