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

◆ currentSelectedGameObject

GameObject UnityEngine.EventSystems.EventSystem.currentSelectedGameObject
get

Definition at line 95 of file EventSystem.cs.

96 {
97 get
98 {
99 return this.m_CurrentSelected;
100 }
101 }