3 lines
72 B
C#
3 lines
72 B
C#
|
using UnityEngine;
|
||
|
|
||
|
public class TransformPool : ObjectPool<Transform>{}
|