Skip to content

Instantly share code, notes, and snippets.

@buijldert
Last active October 10, 2017 08:35
Show Gist options
  • Save buijldert/38c27f7a49a3d306b672117fb2214fa4 to your computer and use it in GitHub Desktop.
Save buijldert/38c27f7a49a3d306b672117fb2214fa4 to your computer and use it in GitHub Desktop.
/*
#SCRIPTNAME#.cs
Created #CREATIONDATE#
Project #PROJECTNAME# by #DEVELOPERS#
*/
using UnityEngine;
namespace #NAMESPACE#
{
public class #SCRIPTNAME# : MonoBehaviour
{
#NOTRIM#
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment