Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CustomAttributeValue.cs
Go to the documentation of this file.
2
4
ImmutableArray< CustomAttributeTypedArgument< TType > > FixedArguments
ImmutableArray< CustomAttributeNamedArgument< TType > > NamedArguments
CustomAttributeValue(ImmutableArray< CustomAttributeTypedArgument< TType > > fixedArguments, ImmutableArray< CustomAttributeNamedArgument< TType > > namedArguments)