Add ToDoes about Economy.

This commit is contained in:
BONNe1704 2019-01-23 17:33:51 +02:00
parent 590b3f114c
commit bf22a50124
2 changed files with 5 additions and 1 deletions

View File

@ -25,6 +25,9 @@ import world.bentobox.challenges.utils.GuiUtils;
/**
* This class contains all necessary methods that creates GUI and allow to edit challenges
* properties.
*
* TODO: In current class set that MONEY are availabe only if ECONOMY exist.
* TODO: In current class set that ISLAND LEVEL are availabe only if LEVEL ADDON exist.
*/
public class EditChallengeGUI extends CommonGUI
{

View File

@ -28,7 +28,8 @@ import world.bentobox.challenges.utils.GuiUtils;
/**
* This class contains all necessary elements to create Levels Edit GUI.
*/
* TODO: In current class set that MONEY are availabe only if ECONOMY exist.
*/
public class EditLevelGUI extends CommonGUI
{
// ---------------------------------------------------------------------