add link unlink maps modals AND start maps deletion

This commit is contained in:
MathieuG-P
2022-11-28 02:30:02 +01:00
parent 69918d0f3f
commit c172b1ed81
9 changed files with 168 additions and 34 deletions
@@ -127,6 +127,10 @@ export class LocalMapsManagerService {
}
public async deleteMaps(maps: BsmLocalMap[], verion?: BSVersion){
// TODO
}
}