using UnityEngine; namespace Core.Pool.GPool { public class GObjectPoolMaxConfig: MonoBehaviour { public int maxCount; } }