Potion.Eat C# (CSharp) Method

Eat() public method

public Eat ( ) : bool
return bool
    public override bool Eat()
    {
        return use();
    }