clean: respect es11
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { Player } from "./Player.js";
|
||||
import { Client } from "../client.js"
|
||||
import { Client } from "../client.js";
|
||||
import { Game } from "./Game.js";
|
||||
import { Segment } from "./Segment.js";
|
||||
|
||||
@ -66,4 +66,4 @@ class MyPlayer extends Player
|
||||
}
|
||||
}
|
||||
|
||||
export { MyPlayer }
|
||||
export { MyPlayer };
|
Reference in New Issue
Block a user