remove useless variable
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
var maxField = 15;
|
|
||||||
|
|
||||||
class Player {
|
class Player {
|
||||||
constructor(name) {
|
constructor(name) {
|
||||||
this.name = name;
|
this.name = name;
|
||||||
|
Reference in New Issue
Block a user