1
0
mirror of https://github.com/misternebula/quantum-space-buddies.git synced 2025-02-16 12:40:01 +00:00
2022-01-11 20:08:38 -08:00

8 lines
82 B
C#

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