From b49c0bb781cf304e9a73910516b220a1473b4362 Mon Sep 17 00:00:00 2001 From: neru Date: Thu, 18 Jun 2026 15:27:19 -0300 Subject: [PATCH] feat: add dbd constants --- src/dumper/constants.cs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/dumper/constants.cs diff --git a/src/dumper/constants.cs b/src/dumper/constants.cs new file mode 100644 index 0000000..d942b7b --- /dev/null +++ b/src/dumper/constants.cs @@ -0,0 +1,6 @@ +internal static class Constants +{ + public static readonly string PackageName = "BehaviourInteractive.DeadbyDaylightWindows"; + + public static readonly string AESKey = "0x22B1639B548124925CF7B9CBAA09F9AC295FCF0324586D6B37EE1D42670B39B3"; +} \ No newline at end of file