void Start()
    {
        boots = 29;

        myOtherShoe = new AnotherShoe();
        myOtherShoe.ShoeStore(boots, myOtherShoe.heals);
    }
    void Start()
    {
        boots = 29;

        myOtherShoe = new AnotherShoe();
        myOtherShoe.ShoeStore(boots, myOtherShoe.heals);
    }