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 | |
AchievementDescription (string id, string title, Texture2D image, string achievedDescription, string unachievedDescription, bool hidden, int points) | |
override string | ToString () |
Properties | |
string | id [get, set] |
string | title [get, set] |
string | achievedDescription [get, set] |
string | unachievedDescription [get, set] |
bool | hidden [get, set] |
int | points [get, set] |
Private Attributes | |
string | m_Title |
Texture2D | m_Image |
string | m_AchievedDescription |
string | m_UnachievedDescription |
bool | m_Hidden |
int | m_Points |
string< id > | k__BackingField |
Definition at line 10 of file AchievementDescription.cs.