Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CustomAttributeArrayTypeEncoder.cs
Go to the documentation of this file.
2
3public readonly struct CustomAttributeArrayTypeEncoder
4{
5 public BlobBuilder Builder { get; }
6
8 {
9 Builder = builder;
10 }
11
12 public void ObjectArray()
13 {
16 }
17
23}