Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
RestrictionFacets.cs
Go to the documentation of this file.
2
3namespace System.Xml.Schema;
4
5internal sealed class RestrictionFacets
6{
7 internal int Length;
8
9 internal int MinLength;
10
11 internal int MaxLength;
12
14
16
18
19 internal object MaxInclusive;
20
21 internal object MaxExclusive;
22
23 internal object MinInclusive;
24
25 internal object MinExclusive;
26
27 internal int TotalDigits;
28
29 internal int FractionDigits;
30
32
34}