remove useless variable

This commit is contained in:
gohlkeMax 2021-07-01 15:02:55 +02:00
parent e46b5f12e5
commit b22e3f4944

View File

@ -1,5 +1,3 @@
var maxField = 15;
class Player { class Player {
constructor(name) { constructor(name) {
this.name = name; this.name = name;