Example #1
0
 public void TryBreakWall()
 {
     hp--;
     sprite.WallToGroundSpriteChange(hp);
 }