chore: format

This commit is contained in:
cha0s 2021-03-17 04:19:22 -05:00
parent 10c7d675aa
commit d3ad91779a

View File

@ -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;