Normal
I've noticed that the class definition for the plugin section needs to be made public:e.g.public class YourClass : IPlugin ... <blah>
I've noticed that the class definition for the plugin section needs to be made public:
e.g.
public class YourClass : IPlugin ... <blah>