Skip to content

Commit

Permalink
Add ToDoes about Economy.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Jan 23, 2019
1 parent 590b3f1 commit bf22a50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
/**
* 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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@

/**
* 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
{
// ---------------------------------------------------------------------
Expand Down

0 comments on commit bf22a50

Please sign in to comment.