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

◆ CurrentState

DrPlatform.Android.User.LoginState Android_UserManager.CurrentState
staticget

Definition at line 9 of file Android_UserManager.cs.

10 {
11 get
12 {
13 if (!true)
14 {
15 }
16 return DrPlatform.Android.User.LoginState.FromCache;
17 }
18 }