More code removal
This commit is contained in:
parent
4e745f20f7
commit
fff0e13a2e
1 changed files with 0 additions and 10 deletions
|
@ -14,14 +14,4 @@ export class Message {
|
||||||
this.name = data.name;
|
this.name = data.name;
|
||||||
this.character = data.character;
|
this.character = data.character;
|
||||||
}
|
}
|
||||||
|
|
||||||
toJson() {
|
|
||||||
|
|
||||||
return {
|
|
||||||
userId: this.userId,
|
|
||||||
roomId: this.roomId,
|
|
||||||
name: this.name,
|
|
||||||
character: this.character
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue