private void UpdateShrineCount()
 {
     _shrineCount = _worldPlane.GetBlocksWithShrines().Count();
 }