namespace FishNet.Object { /// /// This may be added at runtime to find objects without any network scripts, beneath a NetworkObject. /// public class EmptyNetworkBehaviour : NetworkBehaviour { } }