Example #1
0
 private void DestroyBlock()
 {
     DestroySFX();
     DestroyVFX();
     Destroy(gameObject);
     level.BlockDestroyed();
 }