terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
CalledByAttribute.cs
Go to the documentation of this file.
1using System;
2
4{
5 [AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
6 public sealed class CalledByAttribute : Attribute
7 {
9 {
10 throw null;
11 }
12
13 public object Type;
14
15 public string Member;
16
17 public object[] MemberTypeParameters;
18
19 public object[] MemberParameters;
20
21 public object ReturnType;
22 }
23}
class f__AnonymousType0<< Count > j__TPar