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

◆ ToString()

override string System.Runtime.InteropServices.OSPlatform.ToString ( )
inline

Definition at line 67 of file OSPlatform.cs.

68 {
69 return Name ?? string.Empty;
70 }

References System.Runtime.InteropServices.OSPlatform.Name.