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

◆ GetNextChar()

override char System.Text.DecoderExceptionFallbackBuffer.GetNextChar ( )
inline

Definition at line 15 of file DecoderExceptionFallbackBuffer.cs.

16 {
17 return '\0';
18 }