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
InputDeviceManager.cs
Go to the documentation of this file.
1using System;
3
4namespace InControl
5{
6 // Token: 0x02000031 RID: 49
7 public abstract class InputDeviceManager
8 {
9 // Token: 0x0600024E RID: 590
10 public abstract void Update(ulong updateTick, float deltaTime);
11
12 // Token: 0x0600024F RID: 591 RVA: 0x00007A8C File Offset: 0x00005C8C
13 public virtual void Destroy()
14 {
15 }
16
17 // Token: 0x06000250 RID: 592 RVA: 0x00007A9C File Offset: 0x00005C9C
19 {
20 }
21
22 // Token: 0x0400024D RID: 589
24 }
25}
class f__AnonymousType0<< Count > j__TPar
readonly List< InputDevice > devices
void Update(ulong updateTick, float deltaTime)