public void FindPoolItemName() { if (!string.IsNullOrEmpty(poolItemName)) { return; } poolItemName = PoolBoss.GetPrefabShortName(name); }