Merge develop

This commit is contained in:
Pieter Vander Vennet 2024-08-22 03:01:21 +02:00
commit ee77dd0fc9
288 changed files with 7485 additions and 28619 deletions

View file

@ -1494,7 +1494,7 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
return true
}
public static SameObject(a: any, b: any) {
public static SameObject<T>(a: T, b: T, ignoreKeys?: string[]): boolean {
if (a === b) {
return true
}