Added basic enemy outposts

This commit is contained in:
Anuken
2018-08-03 16:39:12 -04:00
parent 4e681b2dd1
commit 1dd6e66167
13 changed files with 152 additions and 156 deletions
@@ -21,7 +21,7 @@ public class TraceInfo{
public String uuid;
public TraceInfo(String ip){
this.ip = ip;
public TraceInfo(String uuid){
this.uuid = uuid;
}
}