Table of Contents

Struct LagCompensationRegistry.RewindScope

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Holds characters displaced for the duration of a using block.

public readonly struct LagCompensationRegistry.RewindScope : IDisposable
Implements
Inherited Members

Properties

Active

True when characters were actually displaced.

public bool Active { get; }

Property Value

bool

Methods

Dispose()

Restores every displaced character.

public void Dispose()