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

◆ canGetSelection

bool UnityEngine.TouchScreenKeyboard.canGetSelection
get

Definition at line 185 of file TouchScreenKeyboard.cs.

186 {
187 [NativeName("CanGetSelection")]
188 get
189 {
190 throw new MissingMethodException();
191 }
192 }