private void CountBreakableBlocks() { level = FindObjectOfType <GameLevel>(); if (tag == "Breakable") { level.BlockCounter(); } }