GObjectPoolMaxConfig.cs 143 B

123456789
  1. using UnityEngine;
  2. namespace Core.Pool.GPool
  3. {
  4. public class GObjectPoolMaxConfig: MonoBehaviour
  5. {
  6. public int maxCount;
  7. }
  8. }