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

◆ IndentedTextWriter() [1/2]

System.CodeDom.Compiler.IndentedTextWriter.IndentedTextWriter ( TextWriter writer)
inline

Definition at line 51 of file IndentedTextWriter.cs.

52 : this(writer, " ")
53 {
54 }