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