Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Arguments.cs
Go to the documentation of this file.
1namespace System.Text.Json;
2
3internal sealed class Arguments<TArg0, TArg1, TArg2, TArg3>
4{
5 public TArg0 Arg0;
6
7 public TArg1 Arg1;
8
9 public TArg2 Arg2;
10
11 public TArg3 Arg3;
12}