mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-28 18:25:18 +00:00
6 lines
75 B
C#
6 lines
75 B
C#
namespace QSB.TimeSync;
|
|
|
|
public enum FastForwardReason
|
|
{
|
|
TooFarBehind
|
|
} |