Potion.Eat C# (CSharp) 메소드

Eat() 공개 메소드

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