C# 클래스 Files.Vitaboy.PurchasableOutfit

상속: IDisposable
파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse

공개 프로퍼티들

프로퍼티 타입 설명
OutfitID UniqueFileID
OutfitType uint

공개 메소드들

메소드 설명
Dispose ( ) : void
PurchasableOutfit ( Stream Data ) : System

Constructs a new instance of the PurchasableOutfit class.

보호된 메소드들

메소드 설명
Dispose ( bool CleanUpManagedResources ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool CleanUpManagedResources ) : void
CleanUpManagedResources bool
리턴 void

PurchasableOutfit() 공개 메소드

Constructs a new instance of the PurchasableOutfit class.
public PurchasableOutfit ( Stream Data ) : System
Data Stream A Stream of data retrieved from a FAR3 archive.
리턴 System

프로퍼티 상세

OutfitID 공개적으로 프로퍼티

public UniqueFileID OutfitID
리턴 UniqueFileID

OutfitType 공개적으로 프로퍼티

public uint OutfitType
리턴 uint