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

◆ sleepTimeout

int UnityEngine.Screen.sleepTimeout
staticset

Definition at line 50 of file Screen.cs.

51 {
52 set
53 {
54 throw new MissingMethodException();
55 }
56 }