csharp
public sealed class LootSimulationWhat a simulation found.
Fields and properties (4)
public int EventsHow many events were rolled.
public int EmptyEventsHow many of them dropped nothing at all.
public IReadOnlyList<LootItemStatistics> ItemsWhat each item did, most frequent first.
public LootPityStatistics? PityWhat pity did, or null when the table has none.
Used by (2)
- LootSimulatorVixen.Editor.Gameplay.Loot
- LootSimulatorTestsVixen.Editor.Gameplay.Loot.Tests