vrai début du code
This commit is contained in:
parent
d92ce80554
commit
9789029b81
1 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
class Case {
|
||||
constructor(x, y) {
|
||||
this.posX = x;
|
||||
this.posy = y;
|
||||
this.isMine = false;
|
||||
this.number = 0;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue