Added README.MD

This commit is contained in:
BuildTools
2020-04-06 01:51:44 -05:00
parent fa39d13dc3
commit 54e11d04fe
3 changed files with 11 additions and 1 deletions
@@ -60,7 +60,6 @@ public class PlayerData {
public void setLastLocation(Location lastLocation) {
this.LastLocation = lastLocation;
}
public String getRepetitiveUnlocks(String timeRequired){
String returnableString = "none";
for(String reward : RepetitiveUnlocks){
@@ -88,4 +87,6 @@ public class PlayerData {
}
}
}
}