Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
CustomAttributeNamedArgument (string? name, CustomAttributeNamedArgumentKind kind, TType type, object? value) | |
Properties | |
string? | Name [get] |
CustomAttributeNamedArgumentKind | Kind [get] |
TType | Type [get] |
object? | Value [get] |
Definition at line 3 of file CustomAttributeNamedArgument.cs.