parent
cd7763770e
commit
cd586a9e0c
4 changed files with 9 additions and 9 deletions
|
@ -54,8 +54,8 @@ export class GameManager {
|
|||
});
|
||||
}
|
||||
|
||||
loadMaps(){
|
||||
return this.ConnexionInstance.loadMaps().then((data) => {
|
||||
loadStartMap(){
|
||||
return this.ConnexionInstance.loadStartMap().then((data) => {
|
||||
return data;
|
||||
}).catch((err) => {
|
||||
throw err;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue