Skip to content

Instantly share code, notes, and snippets.

@ZeredaGames
Last active March 1, 2019 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZeredaGames/8b62acede931c77252c97174f6401a47 to your computer and use it in GitHub Desktop.
Save ZeredaGames/8b62acede931c77252c97174f6401a47 to your computer and use it in GitHub Desktop.
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class #SCRIPTNAME# : MonoBehaviour {
// Use this for initialization
void Start () {
#NOTRIM#
}
// Update is called once per frame
void Update () {
#NOTRIM#
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment