Added GameModule
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
export class Entry {
|
||||
|
||||
public messages: Array<string> = new Array<string>();
|
||||
|
||||
constructor(public character: string,
|
||||
public user: string,
|
||||
message: string) {
|
||||
this.messages.push(message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user