mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-22 18:46:39 +01:00
Add ToDoes about Economy.
This commit is contained in:
parent
590b3f114c
commit
bf22a50124
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
// ---------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user