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 | |
LootSimulationItemCounter () | |
void | AddItem (int itemId, int amount, bool expert) |
void | Exclude (params int[] itemIds) |
void | IncreaseTimesAttempted (int amount, bool expert) |
string | PrintCollectedItems (bool expert) |
Private Attributes | |
long[] | _itemCountsObtained |
long[] | _itemCountsObtainedExpert |
long | _totalTimesAttempted |
long | _totalTimesAttemptedExpert |
Definition at line 8 of file LootSimulationItemCounter.cs.