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

◆ Name

QilName System.Xml.Xsl.Qil.QilParameter.Name
getset

Definition at line 48 of file QilParameter.cs.

49 {
50 get
51 {
52 return (QilName)_name;
53 }
54 set
55 {
56 _name = value;
57 }
58 }