MethodTemplate
using UnityEngine;
public class ExampleScriptName : MonoBehaviour
{
void Start ()
{
}
void Update ()
{
}
}using UnityEngine;
public class ExampleScriptName : MonoBehaviour
{
void Start ()
{
}
void Update ()
{
}
}