Last active
August 25, 2016 04:20
-
-
Save solkar/da1bee3dd15342519053dca12fa93b4e to your computer and use it in GitHub Desktop.
My custom template for new MonoBehaviour
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#, created by Karlos Zafra | |
/// | |
////// | |
using UnityEngine; | |
using System.Collections; | |
public class #SCRIPTNAME# : MonoBehaviour | |
{ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment