rewrote the authorisation flow: give more responsability to gameManager and less to gameScene
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export class Room {
|
||||
public ID: string;
|
||||
public url: string
|
||||
|
||||
constructor(ID: string, url: string) {
|
||||
this.ID = ID;
|
||||
this.url = url;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user