Compare commits
2 commits
73ab258f91
...
01b2cba80d
Author | SHA1 | Date | |
---|---|---|---|
|
01b2cba80d | ||
|
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