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

◆ Body

QilNode System.Xml.Xsl.Qil.QilLoop.Body
getset

Definition at line 7 of file QilLoop.cs.

8 {
9 get
10 {
11 return base.Right;
12 }
13 set
14 {
16 }
17 }