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

◆ imeCompositionMode

IMECompositionMode UnityEngine.Input.imeCompositionMode
staticgetset

Definition at line 148 of file Input.cs.

149 {
150 get
151 {
152 throw new MissingMethodException();
153 }
154 set
155 {
156 throw new MissingMethodException();
157 }
158 }