Finish implementing modules. If anyone wants to test... be my guest.

This commit is contained in:
md_5
2014-01-14 13:13:19 +11:00
parent d4e4796739
commit f1b329bf21
5 changed files with 121 additions and 33 deletions

View File

@@ -40,4 +40,8 @@ public class PluginDescription
* File we were loaded from.
*/
private File file = null;
/**
* Optional description.
*/
private String description = null;
}