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

◆ status

TouchScreenKeyboard.Status UnityEngine.TouchScreenKeyboard.status
get

Definition at line 163 of file TouchScreenKeyboard.cs.

164 {
165 [NativeName("GetKeyboardStatus")]
166 get
167 {
168 throw new MissingMethodException();
169 }
170 }