using System; namespace Unity.Netcode.Editor { public class DontShowInTransportDropdownAttribute : Attribute { } }