mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-12 22:14:37 +00:00
6 lines
75 B
C#
6 lines
75 B
C#
namespace QSB.TimeSync;
|
|
|
|
public enum FastForwardReason
|
|
{
|
|
TooFarBehind
|
|
} |