Skip to content

Instantly share code, notes, and snippets.

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.InputSystem;
using System.Collections.Generic;
public class TowerShooter : MonoBehaviour
{
public GameObject FirePoint;
public GameObject Projectile;