C# 클래스 SagaMap.Tasks.PotionHeal

상속: SagaLib.MultiRunTask
파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 메소드들

메소드 설명
CallBack ( object o ) : void
PotionHeal ( ActorPC pc, ushort hp, ushort hp2, ushort sp, ushort sp2, int period, int lifetime, uint skillid, byte skilltype ) : System

비공개 메소드들

메소드 설명
SendResult ( ActorPC pc, Map args ) : void

메소드 상세

CallBack() 공개 메소드

public CallBack ( object o ) : void
o object
리턴 void

PotionHeal() 공개 메소드

public PotionHeal ( ActorPC pc, ushort hp, ushort hp2, ushort sp, ushort sp2, int period, int lifetime, uint skillid, byte skilltype ) : System
pc SagaDB.Actors.ActorPC
hp ushort
hp2 ushort
sp ushort
sp2 ushort
period int
lifetime int
skillid uint
skilltype byte
리턴 System