Last active
October 10, 2017 08:35
-
-
Save buijldert/38c27f7a49a3d306b672117fb2214fa4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
#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