摘要:
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
阅读(320)
评论(0)
推荐(0)