2022-08-08 11:38:05 +03:00

6 lines
105 B
C#

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