terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Range.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200000C RID: 12
6 public struct Range
7 {
8 // Token: 0x06000010 RID: 16 RVA: 0x000020F4 File Offset: 0x000002F4
9 public Range(int fromValue, int valueCount)
10 {
12 }
13
14 // Token: 0x04000016 RID: 22
15 public int from;
16
17 // Token: 0x04000017 RID: 23
18 public int count;
19 }
20}
class f__AnonymousType0<< Count > j__TPar
Range(int fromValue, int valueCount)
Definition Range.cs:9