using UnityEngine; namespace MoleMole { public class ViewCacheEntry { public string viewPrefabPath; public GameObject instancedGameObject; public bool isInUse; } }