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

◆ Attributes

StringDictionary System.Diagnostics.Switch.Attributes
getinherited

Definition at line 59 of file Switch.cs.

60 {
61 get
62 {
63 Initialize();
64 if (_attributes == null)
65 {
67 }
68 return _attributes;
69 }
70 }
StringDictionary _attributes
Definition Switch.cs:30