摘要: /* *FileName: MonoSingleton.cs *Author: AUTHOR *Date: 2023/08/15 13:12:41 *UnityVersion: 2021.3.15f1c1 *Description:*/using System.Collections;using S 阅读全文
posted @ 2023-08-18 18:48 Trigger_F 阅读(3) 评论(0) 推荐(0) 编辑
摘要: private Dictionary<string, List<GameObject>> pool = new Dictionary<string, List<GameObject>>();//对象池 private Dictionary<string, List<int>> poolId = ne 阅读全文
posted @ 2023-08-18 18:46 Trigger_F 阅读(13) 评论(0) 推荐(0) 编辑