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

◆ Description

string System.Diagnostics.Switch.Description
getinherited

Definition at line 47 of file Switch.cs.

48 {
49 get
50 {
51 if (_description != null)
52 {
53 return _description;
54 }
55 return string.Empty;
56 }
57 }
readonly string _description
Definition Switch.cs:10