C# 클래스 Server.Items.BagOfReduction

상속: Bag
파일 보기 프로젝트 열기: tbewley10310/Land-of-Archon

Private Properties

프로퍼티 타입 설명
BagOfReduction System
BagOfReduction System

공개 메소드들

메소드 설명
BagOfReduction ( Serial serial ) : System
Deserialize ( GenericReader reader ) : void
GetTotal ( TotalType type ) : int
Serialize ( GenericWriter writer ) : void
UpdateTotal ( Server.Items.Item sender, TotalType type, int delta ) : void

비공개 메소드들

메소드 설명
BagOfReduction ( ) : System
BagOfReduction ( int redux ) : System

메소드 상세

BagOfReduction() 공개 메소드

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

Deserialize() 공개 메소드

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

GetTotal() 공개 메소드

public GetTotal ( TotalType type ) : int
type TotalType
리턴 int

Serialize() 공개 메소드

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

UpdateTotal() 공개 메소드

public UpdateTotal ( Server.Items.Item sender, TotalType type, int delta ) : void
sender Server.Items.Item
type TotalType
delta int
리턴 void