Skip to content

Instantly share code, notes, and snippets.

@elringus
Created November 6, 2016 12:54
Show Gist options
  • Save elringus/8a53d54e486bc5832c7cdfd1cdbeb320 to your computer and use it in GitHub Desktop.
Save elringus/8a53d54e486bc5832c7cdfd1cdbeb320 to your computer and use it in GitHub Desktop.
using UnityEngine;
public class #SCRIPTNAME# : MonoBehaviour
{
private void Awake ()
{
}
private void Update ()
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment