spelled shope wrong sorry
This commit is contained in:
parent
2c80b645db
commit
0b2b167d33
1 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@ public class Game extends ApplicationAdapter {
|
||||||
|
|
||||||
private Round round;
|
private Round round;
|
||||||
private int roundNumber = 0;
|
private int roundNumber = 0;
|
||||||
private List<Face> shop = new ArrayList<>();
|
private List<Face> shope = new ArrayList<>();
|
||||||
|
|
||||||
private UI ui;
|
private UI ui;
|
||||||
private SegmentUI segUi;
|
private SegmentUI segUi;
|
||||||
|
@ -202,12 +202,12 @@ public class Game extends ApplicationAdapter {
|
||||||
return round;
|
return round;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void fillShop() {
|
private void fillShope() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<Face> getShop() {
|
public List<Face> getShope() {
|
||||||
return shop;
|
return shope;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue