0.5.1
add javadocs same as previous commit
This commit is contained in:
parent
84c2c3ded7
commit
f82a3481ac
22 changed files with 149 additions and 2 deletions
|
@ -21,6 +21,9 @@ public class DungeonsManager {
|
|||
registerDungeons();
|
||||
}
|
||||
|
||||
/**
|
||||
* register/add all made dungeon to the available plugin list
|
||||
*/
|
||||
public void registerDungeons() {
|
||||
ForestDungeon forestDungeon = new ForestDungeon();
|
||||
dungeons.put("FOREST", forestDungeon);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue