mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-26 17:29:30 +02:00
Store local copy of log
Storing a local copy of the current save's log for easy(?) access
This commit is contained in:
parent
ae680822cc
commit
abd6da7854
@ -26,6 +26,8 @@ export var logKeys: string[] = [
|
|||||||
"d", // Debug
|
"d", // Debug
|
||||||
];
|
];
|
||||||
|
|
||||||
|
export var StoredLog: DRPD = undefined;
|
||||||
|
|
||||||
export const DRPD_Version = "1.0.0"
|
export const DRPD_Version = "1.0.0"
|
||||||
export const acceptedVersions = [
|
export const acceptedVersions = [
|
||||||
"1.0.0"
|
"1.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user