Vixen
c7401864
csharp
public readonly record struct Channel

A channel in progress.

Read the guide page for this →

Fields and properties (4)

  • public PlayerId Player

    Who is doing it.

  • public DefId Node

    Which node.

  • public float Started

    When they started, on the caller's clock.

  • public float Finishes

    When it completes.

Methods (1)

  • public Channel(PlayerId Player, DefId Node, float Started, float Finishes)

    A channel in progress.

Used by (1)

  • InteractionNodeVixen.Gameplay.Interaction