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

◆ Right

QilNode System.Xml.Xsl.Qil.QilBinary.Right
getsetinherited

Definition at line 50 of file QilBinary.cs.

51 {
52 get
53 {
54 return _right;
55 }
56 set
57 {
58 _right = value;
59 }
60 }