Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TrimType.cs
Go to the documentation of this file.
1namespace System.Text;
2
3[Flags]
4internal enum TrimType
5{
6 Head = 1,
7 Tail = 2,
8 Both = 3
9}