Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetStandardValuesSupported() [2/2]

override bool System.ComponentModel.ReferenceConverter.GetStandardValuesSupported ( ITypeDescriptorContext? context)
inlinevirtualinherited

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 149 of file ReferenceConverter.cs.

150 {
151 return true;
152 }