This commit is contained in:
fescen9 2010-12-05 21:00:52 +00:00
parent af18b73908
commit c81cbfeeca
14 changed files with 695 additions and 823 deletions

4
MapMarker.java Normal file
View file

@ -0,0 +1,4 @@
public class MapMarker {
public double px, py, pz;
public String name, owner;
}