1: #pragma strict 2: 3: function Start () {
4: 5: } 6: 7: function Update () {
8: 9: } 1: #pragma strict 2: 3: function Start () {
4: print(" Start here!!! ");
5: } 6: 7: function Update () {
8: print(" Run here!!! ");
9: }標籤: 基本教學