Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CustomAttributeNamedArgumentsEncoder.cs
Go to the documentation of this file.
2
4{
5 public BlobBuilder Builder { get; }
6
8 {
9 Builder = builder;
10 }
11
13 {
14 if ((uint)count > 65535u)
15 {
17 }
18 Builder.WriteUInt16((ushort)count);
20 }
21}
static void ArgumentOutOfRange(string parameterName)
Definition Throw.cs:145