C# 클래스 Server.Items.ArcaneGem

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

공개 메소드들

메소드 설명
ArcaneGem ( Serial serial ) : System.Collections.Generic
ConsumeCharges ( Mobile from, int amount ) : bool
Deserialize ( GenericReader reader ) : void
GetChargesFor ( Mobile m ) : int
OnDoubleClick ( Mobile from ) : void
OnTarget ( Mobile from, object obj ) : void
Serialize ( GenericWriter writer ) : void

비공개 메소드들

메소드 설명
ArcaneGem ( ) : System.Collections.Generic

메소드 상세

ArcaneGem() 공개 메소드

public ArcaneGem ( Serial serial ) : System.Collections.Generic
serial Serial
리턴 System.Collections.Generic

ConsumeCharges() 공개 정적인 메소드

public static ConsumeCharges ( Mobile from, int amount ) : bool
from Mobile
amount int
리턴 bool

Deserialize() 공개 메소드

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

GetChargesFor() 공개 메소드

public GetChargesFor ( Mobile m ) : int
m Mobile
리턴 int

OnDoubleClick() 공개 메소드

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

OnTarget() 공개 메소드

public OnTarget ( Mobile from, object obj ) : void
from Mobile
obj object
리턴 void

Serialize() 공개 메소드

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