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

◆ alreadySelecting

bool UnityEngine.EventSystems.EventSystem.alreadySelecting
get

Definition at line 141 of file EventSystem.cs.

142 {
143 get
144 {
145 return this.m_SelectionGuard;
146 }
147 }