示例#1
0
    // Start is called before the first frame update
    void Start()
    {
        controllcs = GetComponent <Game_Controll>();

        Camera_startposi();
        StartCoroutine("Camera_move");
    }
示例#2
0
 private void Start()
 {
     controllcs = GetComponent <Game_Controll>();
 }