UnitConfig.cs 100 B

1234567
  1. namespace Model
  2. {
  3. public class UnitConfig: AConfig
  4. {
  5. public int Type { get; set; }
  6. }
  7. }