using System.Collections; using System.Collections.Generic; namespace jsonapi.Data { public class Room { public int width; public int height; public Point center; public Size tileSize; } }