C# Class Files.Vitaboy.PurchasableOutfit

Inheritance: IDisposable
Datei anzeigen Open project: Afr0Games/Project-Dollhouse

Public Properties

Property Type Description
OutfitID UniqueFileID
OutfitType uint

Public Methods

Method Description
Dispose ( ) : void
PurchasableOutfit ( Stream Data ) : System

Constructs a new instance of the PurchasableOutfit class.

Protected Methods

Method Description
Dispose ( bool CleanUpManagedResources ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool CleanUpManagedResources ) : void
CleanUpManagedResources bool
return void

PurchasableOutfit() public method

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

Property Details

OutfitID public_oe property

public UniqueFileID OutfitID
return UniqueFileID

OutfitType public_oe property

public uint OutfitType
return uint