풀링 매니저 생성 및 풀링 기능 구현
- 테스트 프리팹 삭제
This commit is contained in:
6
Assets/Scripts/Managers/Poolable.cs
Normal file
6
Assets/Scripts/Managers/Poolable.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class Poolable : MonoBehaviour
|
||||
{
|
||||
public bool IsUsing;
|
||||
}
|
||||
Reference in New Issue
Block a user