示例#1
0
    //*/


    void Start()
    {
        tubeOptions = new int[10, 2];
        tb          = TubeController.instance;

        optionsManager = GameObject.FindGameObjectWithTag("OptionsManager");
        script         = optionsManager.GetComponent <VectorRepresentationScript>();
    }
 void Awake()
 {
     instance = this;
 }