Added basic enemy outposts
This commit is contained in:
@@ -21,7 +21,7 @@ public class TraceInfo{
|
||||
|
||||
public String uuid;
|
||||
|
||||
public TraceInfo(String ip){
|
||||
this.ip = ip;
|
||||
public TraceInfo(String uuid){
|
||||
this.uuid = uuid;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user