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
IssueReport.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200062E")]
9 public class IssueReport
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6003622")]
12 [global::Cpp2ILInjected.Address(RVA = "0x13DC9A0", Offset = "0x13DC9A0", Length = "0x74")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WorkshopIssueReporter), Member = "AddReport", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GeneralIssueReporter), Member = "AddReport", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DateTime), Member = "get_Now", ReturnType = typeof(DateTime))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
19 public IssueReport(string reportText)
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x40076E6")]
25 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
27
28 [global::Cpp2ILInjected.Token(Token = "0x40076E7")]
29 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
30 public string reportText;
31 }
32}
class f__AnonymousType0<< Count > j__TPar