From 2ae28a7e3e2298be26f08448a9a8363b9b671709 Mon Sep 17 00:00:00 2001 From: "caleb.mabry.15@cnu.edu" Date: Sat, 5 Mar 2022 22:16:51 -0500 Subject: Moving Constants into folder --- webAO/constants/characters.js | 53 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 webAO/constants/characters.js (limited to 'webAO/constants/characters.js') diff --git a/webAO/constants/characters.js b/webAO/constants/characters.js new file mode 100644 index 0000000..b7f77ba --- /dev/null +++ b/webAO/constants/characters.js @@ -0,0 +1,53 @@ +export default [ + "Adrian", + "Apollo", + "April", + "Armstrong", + "Atmey", + "Butz", + "Diego", + "Edgeworth", + "Edgeworthw", + "Ema", + "Emaskye", + "Franny", + "Franziska", + "Gant", + "Gavin", + "Gavin K", + "Godot", + "Gregory", + "Grossberg", + "Gumshoe", + "Gumshoey", + "Hawk", + "Hobo_Phoenix", + "Ini", + "Judge", + "Judge's Bro", + "Klav", + "Klavier", + "Kristoph", + "Lana", + "Layton", + "Lotta", + "Luis", + "Maggey", + "Manfred", + "Marshall", + "Matt", + "Maya", + "Mia", + "Miles", + "Oldbag", + "Payne", + "Pearl", + "Phoenix", + "Valant", + "Vasquez", + "Wellington", + "Winston", + "Winstonpayne", + "Young Mia", + "Zak", +]; -- cgit