Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 0cebf90

Browse files
committed
Added passedSeconds as class field
1 parent 5de2902 commit 0cebf90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/snatik/matches/model/GameState.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ public class GameState {
55
public int remainedSeconds;
66
public int achievedStars;
77
public int achievedScore;
8+
public int passedSeconds;
89
}

0 commit comments

Comments
 (0)