|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| SerializationEntry (string entryName, object entryValue, Type entryType) | |
Properties | |
| object? | Value [get] |
| string | Name [get] |
| Type | ObjectType [get] |
Private Attributes | |
| readonly string | _name |
| readonly object | _value |
| readonly Type | _type |
Definition at line 3 of file SerializationEntry.cs.