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
OuyaEverywhereDeviceManager.cs
Go to the documentation of this file.
1using System;
3
4namespace InControl
5{
6 // Token: 0x02000045 RID: 69
8 {
9 // Token: 0x0600035F RID: 863 RVA: 0x000025E1 File Offset: 0x000007E1
11 {
12 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
13 }
14
15 // Token: 0x06000360 RID: 864 RVA: 0x0000ADAC File Offset: 0x00008FAC
16 public override void Update(ulong updateTick, float deltaTime)
17 {
18 if (this.devices != null)
19 {
20 }
21 }
22
23 // Token: 0x06000361 RID: 865 RVA: 0x0000ADDC File Offset: 0x00008FDC
24 public static void Enable()
25 {
26 }
27
28 // Token: 0x040002ED RID: 749
29 private bool[] deviceConnected;
30 }
31}
readonly List< InputDevice > devices
override void Update(ulong updateTick, float deltaTime)