UnitConfig.cs 124 B

123456789
  1. using Common.Config;
  2. namespace Model
  3. {
  4. public class UnitConfig: AConfig
  5. {
  6. public int Type { get; set; }
  7. }
  8. }