NetOuterComponent.cs 133 B

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