ServerComponent.cs 164 B

1234567
  1. namespace KYFramework.Network
  2. {
  3. public class ServerComponent : NetworkComponent
  4. {
  5. public NetworkProtocol Protocol = NetworkProtocol.TCP;
  6. }
  7. }