Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
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 = new long[ItemID.Count] |
long[] | _itemCountsObtainedExpert = new long[ItemID.Count] |
long | _totalTimesAttempted |
long | _totalTimesAttemptedExpert |
Definition at line 7 of file LootSimulationItemCounter.cs.