Ejemplo n.º 1
0
 void Awake()
 {
     Instance = this;
 }
 public void Awake()
 {
     inventoryAnimation       = inventoryPanel.GetComponent <Animator>();
     inventoryPanelController = inventoryPanel.GetComponent <InventoryPanelController>();
 }
Ejemplo n.º 3
0
    }                                                                               //返回当前位置


    private void Awake()
    {
        Instance = this;
    }