stats tweaks, added apocalypse

This commit is contained in:
Michael Simard
2021-02-26 18:19:58 -06:00
parent 74b034e104
commit 15f9e0cf86
2 changed files with 36 additions and 8 deletions

View File

@@ -45,7 +45,8 @@ class MapData {
30: Map(id: 30, name: "Raid", imageName: "bocw_raid"),
32: Map(id: 32, name: "Piccadilly", imageName: "mw_piccadilly"),
33: Map(id: 33, name: "Grazna Raid", imageName: "mw_grazna"),
34: Map(id: 34, name: "Express", imageName: "bocw_express")
34: Map(id: 34, name: "Express", imageName: "bocw_express"),
35: Map(id: 35, name: "Apocalypse", imageName: "bocw_apocalypse")
]