mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-09-24 14:06:51 +00:00
Movement settings
This commit is contained in:
@@ -31,6 +31,8 @@ function deleteUnusedProperties(templateSettings: GameSettings, savedSettings: G
|
||||
}
|
||||
|
||||
function getAllKeys(objectWithKeys: any, prefix = ""): string[] {
|
||||
if (typeof objectWithKeys === "string") return [];
|
||||
|
||||
const keys: string[] = [];
|
||||
const objectKeys: string[] = Object.keys(objectWithKeys);
|
||||
|
||||
|
Reference in New Issue
Block a user