Compare commits

..

No commits in common. "01b2cba80d80d2d8324e4c46eef04402b2b44ed9" and "73ab258f911034147ce23ee5f2ef8c8137029f15" have entirely different histories.

View file

@ -1,9 +0,0 @@
class Case {
constructor(x, y) {
this.posX = x;
this.posy = y;
this.isMine = false;
this.number = 0;
}
}