コード例 #1
0
    public float maxTime;                  // max time allowed in the level

    void Start()
    {
        ballsizescript = GetComponent <PickUpStuff_ML>();
        timer.GetComponent <Timer>().time = maxTime;
    }
コード例 #2
0
 void Start()
 {
     ballsizescript = GetComponent <PickUpStuff_ML>();
 }
コード例 #3
0
 void Start()
 {
     pickUp = GetComponent <PickUpStuff_ML>();
 }