Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TupleElementNamesAttribute.cs
Go to the documentation of this file.
2
4
5[CLSCompliant(false)]
8{
9 private readonly string[] _transformNames;
10
12
14 {
15 if (transformNames == null)
16 {
17 throw new ArgumentNullException("transformNames");
18 }
20 }
21}