Skip to content

Instantly share code, notes, and snippets.

View Mantic's full-sized avatar

Michael Whitaker Mantic

View GitHub Profile
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;