namespace Unity.Netcode.Transports.UTP { public struct NetworkMetricsContext { public uint PacketSentCount; public uint PacketReceivedCount; } }