Vixen
c7401864
csharp
public sealed class MemoryPityStore

A pity store that forgets when the process does. For a test and an editor preview.

Read the guide page for this →

Methods (2)

  • public int AttemptsOf(PityKey key)

    How many attempts have failed in a row.

  • public void Record(PityKey key, bool hit)

    Records an attempt.

Used by (3)

  • CountingPityStoreVixen.Editor.Gameplay.Loot
  • LootSimulatorTestsVixen.Editor.Gameplay.Loot.Tests
  • PityTestsVixen.Gameplay.Loot.Tests