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

◆ Text

Definition at line 33 of file UIBestiaryInfoLine.cs.

34 {
35 get
36 {
37 if (_text != null)
38 {
39 return _text.ToString();
40 }
41 return "";
42 }
43 }