C# 클래스 Server.Items.BaseAgilityPotion

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

공개 메소드들

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

메소드 상세

BaseAgilityPotion() 공개 메소드

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

BaseAgilityPotion() 공개 메소드

public BaseAgilityPotion ( Server.Serial serial ) : System
serial Server.Serial
리턴 System

Deserialize() 공개 메소드

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

DoAgility() 공개 메소드

public DoAgility ( Server.Mobile from ) : bool
from Server.Mobile
리턴 bool

Drink() 공개 메소드

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

Serialize() 공개 메소드

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