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

◆ characterLimit

int UnityEngine.TouchScreenKeyboard.characterLimit
set

Definition at line 174 of file TouchScreenKeyboard.cs.

175 {
176 [NativeName("SetCharacterLimit")]
177 set
178 {
179 throw new MissingMethodException();
180 }
181 }