示例#1
0
    // Use this for initialization
    void Start()
    {
        GamePlotScript = new GamePlotScript();
        int i = Random.Range(0, 6);

        Instantiate(line[i], transform.localPosition, transform.rotation);
    }
示例#2
0
 // Update is called once per frame
 void Update()
 {
     GamePlotScript = new GamePlotScript();
 }