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

◆ Center

QilNode System.Xml.Xsl.Qil.QilTernary.Center
getset

Definition at line 46 of file QilTernary.cs.

47 {
48 get
49 {
50 return _center;
51 }
52 set
53 {
54 _center = value;
55 }
56 }