Store local copy of log

Storing a local copy of the current save's log for easy(?) access
This commit is contained in:
RedstonewolfX 2024-07-10 15:51:37 -04:00
parent ae680822cc
commit abd6da7854

View File

@ -26,6 +26,8 @@ export var logKeys: string[] = [
"d", // Debug
];
export var StoredLog: DRPD = undefined;
export const DRPD_Version = "1.0.0"
export const acceptedVersions = [
"1.0.0"