Skip to content

Instantly share code, notes, and snippets.

@akbiggs
Created October 22, 2015 18:58
Show Gist options
  • Save akbiggs/2601bc48e2444a6c8530 to your computer and use it in GitHub Desktop.
Save akbiggs/2601bc48e2444a6c8530 to your computer and use it in GitHub Desktop.
A Resharper file template for a Unity MonoBehaviour
using UnityEngine;
/// <summary>
/// PLEASE ADD DOCUMENTATION FOR THIS CLASS.
///
/// Author: $AUTHOR$
/// Date: $DATE$
/// </summary>
public class $CLASS$ : MonoBehaviour {$END$}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment