コード例 #1
0
    void Start()
    {
        boots = 29;

        myOtherShoe = new AnotherShoe();
        myOtherShoe.ShoeStore(boots, myOtherShoe.heals);
    }
コード例 #2
0
    void Start()
    {
        boots = 29;

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