Skip to content

Instantly share code, notes, and snippets.

@solkar
Last active August 25, 2016 04:20
Show Gist options
  • Save solkar/da1bee3dd15342519053dca12fa93b4e to your computer and use it in GitHub Desktop.
Save solkar/da1bee3dd15342519053dca12fa93b4e to your computer and use it in GitHub Desktop.
My custom template for new MonoBehaviour
///
///
/// #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