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