Ejemplo n.º 1
0
    public void Init(IColorInventorySystem colorInventorySystem, IPickColorPanel pickColorPanel)
    {
        this.colorInventorySystem = colorInventorySystem;
        this.pickColorPanel       = pickColorPanel;

        Initialized = true;
    }
Ejemplo n.º 2
0
    public void Init(IColorInventorySystem colorInventorySystem)
    {
        ModifyButton.SetActive(false);
        RemoveButton.SetActive(false);

        this.colorInventorySystem = colorInventorySystem;

        Initialized = true;
    }