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

◆ BindableAttribute() [1/4]

System.ComponentModel.BindableAttribute.BindableAttribute ( bool bindable)
inline

Definition at line 20 of file BindableAttribute.cs.

21 : this(bindable, BindingDirection.OneWay)
22 {
23 }