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

◆ Switch() [1/2]

System.Diagnostics.Switch.Switch ( string displayName,
string? description )
inlineprotected

Definition at line 116 of file Switch.cs.

117 : this(displayName, description, "0")
118 {
119 }