0.5.0
Start of dungeon work, custom item/mobs/gates not needed, gate and dungeons wil be made automatically.
This commit is contained in:
parent
ce3c1d547c
commit
10c66d6fa4
13 changed files with 231 additions and 70 deletions
|
@ -0,0 +1,11 @@
|
|||
package gq.unurled.raxen.manager.server;
|
||||
|
||||
import gq.unurled.raxen.components.dungeons.Gate;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.UUID;
|
||||
|
||||
public class DungeonsManager {
|
||||
|
||||
private HashMap<UUID, Gate> gates = new HashMap<>();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue