using FishNet.Managing; using System; using UnityEngine; namespace FishNet.Transporting { public static class TransportConsts { /// /// Value used when a transport index is not known or set for a connection. /// public const int UNSET_TRANSPORT_INDEX = -1; } }