DocsAPIVixen.Gameplay.InteractionChannelChannelstruct Gameplay/Vixen.Gameplay.Interaction/InteractionNode.cs:11 csharppublic readonly record struct ChannelA channel in progress. Read the guide page for this → Fields and properties (4)public PlayerId PlayerWho is doing it.public DefId NodeWhich node.public float StartedWhen they started, on the caller's clock.public float FinishesWhen it completes. Methods (1)public Channel(PlayerId Player, DefId Node, float Started, float Finishes)A channel in progress. Used by (1) InteractionNodeVixen.Gameplay.Interaction