Skip to content

Instantly share code, notes, and snippets.

@adarapata
Created April 24, 2013 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adarapata/5453797 to your computer and use it in GitHub Desktop.
Save adarapata/5453797 to your computer and use it in GitHub Desktop.
#pragma strict
function Start () {
}
function Update () {
}
function Unko() {
print("unko");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment