示例#1
0
    void Start()
    {
        loadHumans();

        if (touchController == null)
        {
            this.touchController = GetComponent <touchController>();
        }
    }
示例#2
0
    void Start()
    {
        loadHumans();

        if (touchController == null)
            this.touchController = GetComponent<touchController>();
    }