Ejemplo n.º 1
0
    public void Init()
    {
        view = this.GetComponent <MapAreaView>();
//        Debug.Log("get view");
        view.area = this;
        view.Init();
        InitShop();
    }
Ejemplo n.º 2
0
 public void InitView(GameObject inst)
 {
     view      = inst.GetComponent <MapAreaView>();
     view.area = this;
 }