CopyConfig.cs 101 B

1234567
  1. namespace ETModel
  2. {
  3. [NoObjectPool]
  4. public class CopyConfig: AConfigComponent
  5. {
  6. }
  7. }