C# 클래스 Server.Items.BaseStrengthPotion

상속: BasePotion
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
BaseStrengthPotion ( PotionEffect effect ) : System
BaseStrengthPotion ( Serial serial ) : System
Deserialize ( GenericReader reader ) : void
DoStrength ( Mobile from ) : bool
Drink ( Mobile from ) : void
Serialize ( GenericWriter writer ) : void

메소드 상세

BaseStrengthPotion() 공개 메소드

public BaseStrengthPotion ( PotionEffect effect ) : System
effect PotionEffect
리턴 System

BaseStrengthPotion() 공개 메소드

public BaseStrengthPotion ( Serial serial ) : System
serial Serial
리턴 System

Deserialize() 공개 메소드

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

DoStrength() 공개 메소드

public DoStrength ( Mobile from ) : bool
from Mobile
리턴 bool

Drink() 공개 메소드

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

Serialize() 공개 메소드

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