using System; using System.Collections; using System.Collections.Generic; using UnityEngine; [Serializable] public class Pixelgon { // Just Data public List vectors = new List(); // mapped to one List with null break vectors public List quads = new List(); }