Exemplo n.º 1
0
    // Start is called before the first frame update



    void Start()
    {
        mapArray = mapInfo.GetComponent <Map_Array>();
        mapNames = mapArray.getMapNames();
        mapDesc  = mapArray.getMapDesc();
    }