Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PreserveReferenceResolver.cs
Go to the documentation of this file.
2
4
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
bool TryAdd(TKey key, TValue value)
void Add(TKey key, TValue value)
override string GetReference(object value, out bool alreadyExists)
override void AddReference(string referenceId, object value)
static void ThrowJsonException_MetadataReferenceNotFound(string id)
static void ThrowJsonException_MetadataDuplicateIdFound(string id)