using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace YourNameSpace{
public class #SCRIPTNAME# : MonoBehaviour
{
void Start()
}
void Update()
void OnDestroy()