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
LocalUser.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200000D RID: 13
7 {
8 // Token: 0x06000011 RID: 17 RVA: 0x00002108 File Offset: 0x00000308
9 public LocalUser()
10 {
11 }
12
13 // Token: 0x06000012 RID: 18 RVA: 0x00002120 File Offset: 0x00000320
14 public void Authenticate(Action<bool> callback)
15 {
17 }
18
19 // Token: 0x06000013 RID: 19 RVA: 0x00002134 File Offset: 0x00000334
20 public void SetAuthenticated(bool value)
21 {
22 }
23
24 // Token: 0x06000014 RID: 20 RVA: 0x00002144 File Offset: 0x00000344
25 public void SetUnderage(bool value)
26 {
27 }
28
29 // Token: 0x17000009 RID: 9
30 // (get) Token: 0x06000015 RID: 21 RVA: 0x00002154 File Offset: 0x00000354
31 public bool authenticated
32 {
33 get
34 {
35 return this.m_Authenticated;
36 }
37 }
38
39 // Token: 0x04000018 RID: 24
41
42 // Token: 0x04000019 RID: 25
43 private bool m_Authenticated;
44
45 // Token: 0x0400001A RID: 26
46 private bool m_Underage;
47 }
48}
void Authenticate(Action< bool > callback)
Definition LocalUser.cs:14