コード例 #1
0
    //private void Awake()
    //{
    //    PU = this;
    //}

    // Start is called before the first frame update
    void Start()
    {
        ballm = FindObjectOfType <BallManager1>();
    }
コード例 #2
0
 // Use this for initialization
 private void Awake()
 {
     BM1 = this;
 }