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
FloatArray_2.cs
Go to the documentation of this file.
1using System;
3
4// Token: 0x0200000F RID: 15
5public struct FloatArray_2
6{
7 // Token: 0x17000017 RID: 23
8 public float this[int index]
9 {
10 get
11 {
12 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
13 }
14 set
15 {
16 }
17 }
18
19 // Token: 0x17000018 RID: 24
20 // (get) Token: 0x0600004B RID: 75 RVA: 0x00002820 File Offset: 0x00000A20
21 public int Length
22 {
23 get
24 {
25 return 2;
26 }
27 }
28
29 // Token: 0x04000021 RID: 33
30 private float val0;
31
32 // Token: 0x04000022 RID: 34
33 private float val1;
34}