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
Range.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200000C")]
8 public struct Range
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000010")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1F93BF0", Offset = "0x1F93BF0", Length = "0x8")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 public Range(int fromValue, int valueCount)
14 {
15 throw null;
16 }
17
18 [global::Cpp2ILInjected.Token(Token = "0x4000016")]
19 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
20 public int from;
21
22 [global::Cpp2ILInjected.Token(Token = "0x4000017")]
23 [global::Cpp2ILInjected.FieldOffset(Offset = "0x4")]
24 public int count;
25 }
26}
class f__AnonymousType0<< Count > j__TPar
Range(int fromValue, int valueCount)
Definition Range.cs:13