Skip to content

Instantly share code, notes, and snippets.

@anchan828
Created October 22, 2012 17:44
Show Gist options
  • Save anchan828/3932888 to your computer and use it in GitHub Desktop.
Save anchan828/3932888 to your computer and use it in GitHub Desktop.
using UnityEngine;
using System.Collections;
public class NewBehaviourScript : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment