C# 클래스 Kroulis.Item.Potions

상속: Items
파일 보기 프로젝트 열기: DevelopersGuild/Castle-Bashers 1 사용 예제들

공개 메소드들

메소드 설명
SetPotionsInfoHP ( float HPRegenPercent, float HPRegen ) : void
SetPotionsInfoMP ( float MPRegenPercent, float MPRegen ) : void
Start ( ) : void
Use_Item ( GameObject Caller = null, GameObject Target = null ) : bool

메소드 상세

SetPotionsInfoHP() 공개 메소드

public SetPotionsInfoHP ( float HPRegenPercent, float HPRegen ) : void
HPRegenPercent float
HPRegen float
리턴 void

SetPotionsInfoMP() 공개 메소드

public SetPotionsInfoMP ( float MPRegenPercent, float MPRegen ) : void
MPRegenPercent float
MPRegen float
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Use_Item() 공개 메소드

public Use_Item ( GameObject Caller = null, GameObject Target = null ) : bool
Caller UnityEngine.GameObject
Target UnityEngine.GameObject
리턴 bool