using System.Collections.Generic; using UnityEngine; public class DecalManager : MonoBehaviour { public List Decals = new List(); }