Make it so vaults being viewed at the same time update in real time

This commit is contained in:
gomeow
2013-05-23 14:36:16 -07:00
parent 5901d45310
commit 12f0a25565
4 changed files with 36 additions and 20 deletions
@@ -17,5 +17,9 @@ public class VaultViewInfo {
public int getNumber() {
return this.i;
}
public String toString() {
return this.s + " " + this.i;
}
}