6 lines
104 B
C#

using System;
using System.Collections;
using UnityEngine;
public class CoinPool : BasePool<Coin>
{}