C# 클래스 Potion, UnderworldExporter

상속: MonoBehaviour
파일 보기 프로젝트 열기: hankmorgan/UnderworldExporter 1 사용 예제들

공개 메소드들

메소드 설명
ApplyAttack ( int damage ) : bool
Eat ( ) : bool
UseVerb ( ) : string
use ( ) : bool

메소드 상세

ApplyAttack() 공개 메소드

public ApplyAttack ( int damage ) : bool
damage int
리턴 bool

Eat() 공개 메소드

public Eat ( ) : bool
리턴 bool

UseVerb() 공개 메소드

public UseVerb ( ) : string
리턴 string

use() 공개 메소드

public use ( ) : bool
리턴 bool