LocationProxyComponent.cs 186 B

123456789101112
  1. using System.Net;
  2. using System.Threading.Tasks;
  3. namespace ETModel
  4. {
  5. public class LocationProxyComponent : Component
  6. {
  7. public IPEndPoint LocationAddress;
  8. public int AppId;
  9. }
  10. }