chore: format
This commit is contained in:
parent
10c7d675aa
commit
d3ad91779a
|
@ -1,6 +1,10 @@
|
|||
export default class Player {
|
||||
|
||||
constructor({entity, socket, user} = {}) {
|
||||
constructor({
|
||||
entity,
|
||||
socket,
|
||||
user,
|
||||
} = {}) {
|
||||
this.entity = entity;
|
||||
this.socket = socket;
|
||||
this.user = user;
|
||||
|
|
Loading…
Reference in New Issue
Block a user