From 7c763198b36b1c07b19053ac7d839622509f62d9 Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Sat, 3 Aug 2024 06:39:21 -0500 Subject: [PATCH] Add new pack key default source file. --- Adventures in Lestoria/packkey.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Adventures in Lestoria/packkey.cpp diff --git a/Adventures in Lestoria/packkey.cpp b/Adventures in Lestoria/packkey.cpp new file mode 100644 index 00000000..99685d08 --- /dev/null +++ b/Adventures in Lestoria/packkey.cpp @@ -0,0 +1,3 @@ +#include + +std::string PACK_KEY="INSERT PACK KEY HERE"; \ No newline at end of file