C# 클래스 Server.Items.BasePoisonPotion

상속: BasePotion
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
BasePoisonPotion ( PotionEffect effect )
BasePoisonPotion ( Server.Serial serial )
Deserialize ( Server.GenericReader reader ) : void
DoPoison ( Server.Mobile from ) : void
Drink ( Server.Mobile from ) : void
Serialize ( Server.GenericWriter writer ) : void

메소드 상세

BasePoisonPotion() 공개 메소드

public BasePoisonPotion ( PotionEffect effect )
effect PotionEffect

BasePoisonPotion() 공개 메소드

public BasePoisonPotion ( Server.Serial serial )
serial Server.Serial

Deserialize() 공개 메소드

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
리턴 void

DoPoison() 공개 메소드

public DoPoison ( Server.Mobile from ) : void
from Server.Mobile
리턴 void

Drink() 공개 메소드

public Drink ( Server.Mobile from ) : void
from Server.Mobile
리턴 void

Serialize() 공개 메소드

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
리턴 void