1
0
mirror of https://github.com/misternebula/quantum-space-buddies.git synced 2025-02-17 15:40:56 +00:00
2021-09-25 09:47:50 +01:00

9 lines
90 B
C#

namespace QSB.TimeSync
{
public enum FastForwardReason
{
None,
TooFarBehind
}
}