Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
NamedArgumentTypeEncoder.cs
Go to the documentation of this file.
2
3public readonly struct NamedArgumentTypeEncoder
4{
5 public BlobBuilder Builder { get; }
6
8 {
9 Builder = builder;
10 }
11
16
17 public void Object()
18 {
20 }
21
26}