ProcessConfig.cs 149 B

12345678
  1. namespace ETModel
  2. {
  3. [NoObjectPool]
  4. public class ProcessConfig: AConfigComponent
  5. {
  6. public string ServerIP { get; set; }
  7. }
  8. }