Example #1
0
    internal void EatFood()
    {
        Cell.Free();

        m_controller.FoodEated(this);
    }