namespace Artemis.Core.Plugins.Interfaces { /// /// /// Allows you to implement your own RGB device /// public interface IDevice : IPlugin { } }