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
IUserProfile.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000008 RID: 8
6 public interface IUserProfile
7 {
8 // Token: 0x17000007 RID: 7
9 // (get) Token: 0x0600000E RID: 14
10 string userName { get; }
11
12 // Token: 0x17000008 RID: 8
13 // (get) Token: 0x0600000F RID: 15
14 string id { get; }
15 }
16}