terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
UserProfile () | |
UserProfile (string name, string id, bool friend, UserState state, Texture2D image) | |
UserProfile (string name, string teamId, string gameId, bool friend, UserState state, Texture2D image) | |
override string | ToString () |
void | SetUserName (string name) |
void | SetUserID (string id) |
void | SetImage (Texture2D image) |
Protected Attributes | |
string | m_UserName |
string | m_ID |
bool | m_IsFriend |
UserState | m_State |
Texture2D | m_Image |
Properties | |
string | userName [get] |
string | id [get] |
bool | isFriend [get] |
UserState | state [get] |
Private Attributes | |
string | m_legacyID |
string | m_gameID |
Definition at line 6 of file UserProfile.cs.