阶段性完成

This commit is contained in:
SoulliesOfficial
2025-12-08 05:27:53 -05:00
parent ef7b479712
commit f7af60351b
8770 changed files with 15637030 additions and 208354 deletions

View File

@@ -6,7 +6,7 @@ using UnityEngine;
namespace SLSFramework.LeanPoolAssistance
{
public class PooledObject : MonoBehaviour, IPoolable
public class PooledObject : SerializedMonoBehaviour, IPoolable
{
[Tooltip("是否在生成后定时自动回收")]
public bool isAutoDespawn = true;