Size.cs 93 B

12345678
  1. namespace jsonapi.Data
  2. {
  3. public class Size
  4. {
  5. public int width;
  6. public int height;
  7. }
  8. }