C# Class Files.Vitaboy.PurchasableOutfit

Inheritance: IDisposable
Afficher le fichier Open project: Afr0Games/Project-Dollhouse

Méthodes publiques

Свойство Type Description
OutfitID UniqueFileID
OutfitType uint

Méthodes publiques

Méthode Description
Dispose ( ) : void
PurchasableOutfit ( Stream Data ) : System

Constructs a new instance of the PurchasableOutfit class.

Méthodes protégées

Méthode Description
Dispose ( bool CleanUpManagedResources ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool CleanUpManagedResources ) : void
CleanUpManagedResources bool
Résultat void

PurchasableOutfit() public méthode

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

Property Details

OutfitID public_oe property

public UniqueFileID OutfitID
Résultat UniqueFileID

OutfitType public_oe property

public uint OutfitType
Résultat uint