mirror of
https://github.com/PepperDash/EssentialsPluginTemplate.git
synced 2026-02-10 18:24:37 +00:00
Adds example of GenericQueue on EssentialsPluginTemplateDevice and updates dependency version to 1.7.5
This commit is contained in:
@@ -188,7 +188,7 @@ namespace EssentialsPluginTemplate
|
||||
{
|
||||
// Set the minimum Essentials Framework Version
|
||||
// TODO [ ] Update the Essentials minimum framework version which this plugin has been tested against
|
||||
MinimumEssentialsFrameworkVersion = "1.6.4";
|
||||
MinimumEssentialsFrameworkVersion = "1.7.5";
|
||||
|
||||
// In the constructor we initialize the list with the typenames that will build an instance of this device
|
||||
// TODO [ ] Update the TypeNames for the plugin being developed
|
||||
|
||||
Reference in New Issue
Block a user