Added Collision function with no logic for projectile

main
thoopchuk26 4 years ago
parent d8c25e76b4
commit 4f576b5c79

@ -29,4 +29,9 @@ public class paintShoot : MonoBehaviour
}
}
}
private void OnCollisionEnter2D(Collision2D collision)
{
//This is where you would damage the enemy
}
}

Loading…
Cancel
Save