コード例 #1
0
    public void StartUp()
    {
        data = GameObject.FindGameObjectWithTag("Data").GetComponent <ExcelStore>();
        data.InitializeVariables();
        rls.PrepForTest();

        //buttons
        redMouse.SetActive(true);
        greenMouse.SetActive(false);
    }