terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
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, set] |
string | id [get, set] |
bool | isFriend [get, set] |
UserState | state [get, set] |
Private Attributes | |
string | m_legacyID |
string | m_gameID |
Definition at line 8 of file UserProfile.cs.