namespace KYFramework.Network { public class ServerComponent : NetworkComponent { public NetworkProtocol Protocol = NetworkProtocol.TCP; } }