mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 03:05:28 +01:00
It's official, ima retard.
This commit is contained in:
parent
fae5014b4e
commit
40c7c9fa66
12
src/main/java/org/dynmap/DynmapWorld.java
Normal file
12
src/main/java/org/dynmap/DynmapWorld.java
Normal file
@ -0,0 +1,12 @@
|
||||
package org.dynmap;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import org.bukkit.World;
|
||||
|
||||
public class DynmapWorld {
|
||||
public World world;
|
||||
public List<MapType> maps = new ArrayList<MapType>();
|
||||
public UpdateQueue updates = new UpdateQueue();
|
||||
}
|
Loading…
Reference in New Issue
Block a user