摘要: using System.Collections; using System.Collections.Generic; using UnityEngine; [System.Serializable] public class ObjectPoolItem { public GameObject objectToPool; public int amountToPool; ... 阅读全文
posted @ 2017-07-20 16:37 Litmin 阅读(309) 评论(0) 推荐(0) 编辑