Refactoring frontend + commons + aggiunta tempi corretti
This commit is contained in:
parent
10595f5bab
commit
4760152e90
32 changed files with 676 additions and 558 deletions
|
|
@ -3,7 +3,8 @@ package models;
|
|||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* Created by loke on 18/06/2017.
|
||||
* Author: Lorenzo Iovino on 18/06/2017.
|
||||
* Description: Main
|
||||
*/
|
||||
public class User implements Serializable{
|
||||
|
||||
|
|
@ -20,6 +21,4 @@ public class User implements Serializable{
|
|||
public void addScore(Integer score){
|
||||
this.score += score;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue