From 904e862698794ef132bce4b88771722c61782185 Mon Sep 17 00:00:00 2001 From: Walker Selby Date: Tue, 17 Oct 2023 12:58:13 +0100 Subject: Add DevList (#41) added contributor list #41 --- constants/ContributorList.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 constants/ContributorList.json (limited to 'constants/ContributorList.json') diff --git a/constants/ContributorList.json b/constants/ContributorList.json new file mode 100644 index 0000000..281e8b4 --- /dev/null +++ b/constants/ContributorList.json @@ -0,0 +1,10 @@ +{ + "usernames": [ + "hannibal2", + "CalMWolfs", + "HiZe_", + "lrg89", + "Eisengolem", + "whalker" + ] +} \ No newline at end of file -- cgit