Code/Tikfinity/Runtime/TikfinityConnectionState.cs
namespace TikfinitySbox;

public enum TikfinityConnectionState
{
    Disabled,
    WaitingForHost,
    Connecting,
    Connected,
    Reconnecting,
    BlockedEndpoint,
    Stopped
}