Collections; public class SpawnManager : MonoBehaviour { public int m_ObjectPoolSize = 5; public GameObject m_Prefab; public GameObject[] m_Pool; ...
確定! 回上一頁