Splitted up MapManager.

This commit is contained in:
FrozenCow 2011-01-08 03:20:51 +01:00
parent 90afd9ef82
commit 8860eb8c04
15 changed files with 655 additions and 595 deletions

View file

@ -0,0 +1,6 @@
package org.dynmap;
public class MapLocation {
public float x;
public float y;
}