예제 #1
0
    void OnFoodEaten()
    {
        foodManager.SpawnFood();
        fishManager.SpawnFish();

        AddScore();
    }