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

6 lines
85 B
C#

using System;
using UnityEngine;
public class ObstaclePool : BasePool<Chunk>
{ }