using System;
using UnityEngine;
[Serializable]
public class ObjectPool
{
public string groupName;
public GameObject prefab;
public int size;
}