Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
HybridObjectCache () | |
void | Add (string id, object obj) |
void | Remove (string id) |
object | GetObject (string id) |
bool | IsObjectReferenced (string id) |
Private Attributes | |
Dictionary< string, object > | _objectDictionary |
Dictionary< string, object > | _referencedObjectDictionary |
Definition at line 5 of file HybridObjectCache.cs.