My Friend needs help!
Code:
using System.Collections.Generic; using UnityEngine; public class Obstacle : MonoBehaviour { public int damage = 1; p