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 | |
void | Eat (int foodRank, int foodBuffTime) |
void | Update () |
void | Clear () |
Properties | |
int | TimeLeft [get, set] |
int | Rank [get, set] |
Private Member Functions | |
void | AddTimeTo (ref int foodTimeCounter, ref int timeLeftToAdd, int counterMaximumTime) |
void | ReduceTimeLeft () |
Private Attributes | |
int | _timeLeftRank1 |
int | _timeLeftRank2 |
int | _timeLeftRank3 |
Static Private Attributes | |
const int | MAXIMUM_TIME_LEFT_PER_COUNTER = 72000 |
Definition at line 8 of file WellFedHelper.cs.