1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-13 18:14:38 +02:00

More work on the API

This commit is contained in:
Iaccidentally
2013-05-25 18:52:17 -04:00
parent bc29f9d4b1
commit cf3ab408b4
8 changed files with 126 additions and 31 deletions

View File

@@ -3,5 +3,9 @@ package net.ess3.signs;
public interface ISignsPlugin
{
/**
*
* @return
*/
SignsConfigHolder getSettings();
}