Skip to content

Instantly share code, notes, and snippets.

@adarapata
Created April 24, 2013 17:13
Show Gist options
  • 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