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

◆ PropertyTabAttribute() [2/5]

System.ComponentModel.PropertyTabAttribute.PropertyTabAttribute ( Type tabClass)
inline

Definition at line 35 of file PropertyTabAttribute.cs.

36 : this(tabClass, PropertyTabScope.Component)
37 {
38 }