mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-11 13:15:18 -05:00
9 lines
143 B
JavaScript
9 lines
143 B
JavaScript
const grizzcoWeapons = [
|
|
"Grizzco Blaster",
|
|
"Grizzco Brella",
|
|
"Grizzco Charger",
|
|
"Grizzco Slosher",
|
|
]
|
|
|
|
module.exports = grizzcoWeapons
|