Fix issue, remove IMetaCache.

This commit is contained in:
Ottermandias 2024-06-14 23:09:38 +02:00
parent 4ca49598f8
commit e33512cf7f
2 changed files with 4 additions and 12 deletions

View file

@ -346,7 +346,7 @@ public class MetaDictionary
}
failedIdentifier = default;
return false;
return true;
}
public void SetTo(MetaDictionary other)