forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
commit
ee77dd0fc9
288 changed files with 7485 additions and 28619 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue