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
MinValueAttribute.cs
Go to the documentation of this file.
1using System;
5
6namespace NaughtyAttributes
7{
8 [AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
9 [global::Cpp2ILInjected.Token(Token = "0x2000021")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x1700001D")]
13 public float MinValue
14 {
16 [global::Cpp2ILInjected.Token(Token = "0x600005F")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1CB59FC", Offset = "0x1CB59FC", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
24 [global::Cpp2ILInjected.Token(Token = "0x6000060")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1CB5A04", Offset = "0x1CB5A04", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 private set
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x6000061")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1CB5A0C", Offset = "0x1CB5A0C", Length = "0x28")]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
37 public MinValueAttribute(float minValue)
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x6000062")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1CB5A34", Offset = "0x1CB5A34", Length = "0x2C")]
44 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
47 public MinValueAttribute(int minValue)
48 {
49 throw null;
50 }
51
53 [global::Cpp2ILInjected.Token(Token = "0x400002F")]
54 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
55 private float <MinValue>k__BackingField;
56 }
57}
class f__AnonymousType0<< Count > j__TPar