using System.Collections.Generic; namespace Utils.Bounds.Data { public class TriggerBoundsInfo { public List boundsTagList = new List(); public List boundsCountList = new List(); } }