mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-10 04:40:46 -05:00
10 lines
156 B
JavaScript
10 lines
156 B
JavaScript
const srMaps = [
|
|
"Spawning Grounds",
|
|
"Maroneer's Bay",
|
|
"Lost Outpost",
|
|
"Salmonid Smokeyard",
|
|
"Ruins of Ark Polaris",
|
|
];
|
|
|
|
module.exports = srMaps;
|