This commit is contained in:
parent
af18b73908
commit
c81cbfeeca
14 changed files with 695 additions and 823 deletions
4
MapMarker.java
Normal file
4
MapMarker.java
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
public class MapMarker {
|
||||
public double px, py, pz;
|
||||
public String name, owner;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue