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
DateTimeConstantAttribute.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::System.AttributeUsage(global::System.AttributeTargets.Field | global::System.AttributeTargets.Parameter, Inherited = false)]
8 [global::Cpp2ILInjected.Token(Token = "0x200046D")]
9 [global::System.Serializable]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x17000466")]
13 public override object Value
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x600220A")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1B73318", Offset = "0x1B73318", Length = "0x5C")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
19 get
20 {
21 throw null;
22 }
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x40012AE")]
26 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
27 private global::System.DateTime _date;
28 }
29}