using System; using System.Collections; using UnityEngine; namespace Pools { public sealed class CoinPool : BasePool {} }