|
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
|
Collaboration diagram for Terraria.GameContent.LootSimulation.LootSimulationItemCounter: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 12 of file LootSimulationItemCounter.cs.