mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
Added MinimumEssentialsFrameworkVersion to plugin interface
This commit is contained in:
parent
c420e06540
commit
86dcd066fe
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue