Skip to content
Snippets Groups Projects
Commit aa91f1e0 authored by Leonhard Strohmidel's avatar Leonhard Strohmidel
Browse files

~Client-side model

parent db4b5e56
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,9 @@ class Game{ ...@@ -62,7 +62,9 @@ class Game{
class Round{ class Round{
constructor (){ constructor (){
this.points = 0; this.points = 0;
this. this.question = null;
this.error_right = 0;
this.error_left = 0;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment