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