using System.Collections;
using System.Collections.Generic;
using UnityEngine;
class NAMEHERE : MonoBehaviour
{
// Runs As Soon As The Script Starts
void Start()
}
// Runs On Every Update
void Update()