Ejemplo n.º 1
0
    void OnFoodEaten()
    {
        foodManager.SpawnFood();
        fishManager.SpawnFish();

        AddScore();
    }