Vixen
02b45cc4
csharp
public record class TransferCommit

What the source tells the client at t5: switch at this tick.

Read the guide page for this →

Fields and properties (2)

  • public long AtTick

    The source tick the player stops existing here.

  • public ShardId Shard

    Which shard to switch to, so a stale commit cannot move somebody twice.

Methods (1)

  • public TransferCommit(long AtTick, ShardId Shard)

    What the source tells the client at t5: switch at this tick.

Used by (3)

  • ClientTransferVixen.Live.Transfer
  • SourceTransferVixen.Live.Transfer
  • SourceTransferTestsVixen.Live.Transfer.Tests