Ejemplo n.º 1
0
    void Start()
    {
        first = 58;

        myOtherClass = new Anotherclass();
        myOtherClass.FruitMachine(first, myOtherClass.grapes);
        Debug.Log("First is set to: " + first);
    }
Ejemplo n.º 2
0
    void Start()
    {
        first = 58;

        myOtherClass = new Anotherclass();
        myOtherClass.FruitMachine(first, myOtherClass.grapes);
        Debug.Log("First is set to: " + first);
    }