add the connection with the editor and can test the json now
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace GamePlay
|
||||
{
|
||||
// Small marker for pooled objects to track their origin prefab and pool state
|
||||
public class PoolItem : MonoBehaviour
|
||||
{
|
||||
public string prefabName;
|
||||
public bool inPool = false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user