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

◆ EditorUserId

string Android_UserManager.EditorUserId
staticgetset

Definition at line 255 of file Android_UserManager.cs.

256 {
257 get
258 {
259 string text;
260 return text;
261 }
262 set
263 {
264 PlayerPrefs.SetString("Editor_GPUserId", value);
266 }
267 }
static void SetString(string key, string value)

Referenced by playerAuthenticated().