Vixen
c7401864
csharp
public readonly record struct PendingLockout

A lockout that has been recorded here and not yet written down.

Read the guide page for this →

Fields and properties (5)

  • public PlayerKey Player

    Whose, durably.

  • public DefId Instance

    Which instance, by address hash.

  • public string Difficulty

    Which difficulty.

  • public double Expires

    When it lifts, on the realm's clock.

  • public int Completions

    How many times they have finished it.

Methods (1)

  • public PendingLockout(PlayerKey Player, DefId Instance, string Difficulty, double Expires, int Completions)

    A lockout that has been recorded here and not yet written down.

Used by (2)

  • LockoutBridgeVixen.Live.Gameplay
  • LockoutBridgeTestsVixen.Live.Gameplay.Tests