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

◆ OnEnable()

void InControl.TouchManager.OnEnable ( )
inlineprivate

Definition at line 49 of file TouchManager.cs.

50 {
51 InControlManager component = base.GetComponent<InControlManager>();
52 Debug.LogError("Touch Manager component can only be added to the InControl Manager object.");
53 global::UnityEngine.Object.DestroyImmediate(this);
54 }
class f__AnonymousType0<< Count > j__TPar
static void LogError(object message)
Definition Debug.cs:62

References j__TPar, and UnityEngine.Debug.LogError().