Exemplo n.º 1
0
 private void Awake()
 {
     Instance = this;
 }
    private GameObject currentActive   = null; //当前激活的物品

    void Awake()
    {
        Instance = this;
    }