Implement score panel
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@298 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
eea456991c
commit
9cf3dc09ae
8 changed files with 270 additions and 14 deletions
|
@ -6,8 +6,8 @@ import java.util.List;
|
|||
* Score of a single round
|
||||
*/
|
||||
public class Score {
|
||||
List<Boolean> winners;
|
||||
List<Integer> points;
|
||||
private List<Boolean> winners;
|
||||
private List<Integer> points;
|
||||
|
||||
/**
|
||||
* Create a new round score
|
||||
|
|
Reference in a new issue