C# Class FSO.Vitaboy.PurchasableOutfit

Purchasable outfits identify the outfits in the game which the user can purchase from a clothes rack and then change into using a wardrobe.
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Méthode Description
PurchasableOutfit ( ) : System

Creates a new purchasable outfit.

Read ( Stream stream ) : void

Reads a purchasable outfit from a stream.

Method Details

PurchasableOutfit() public méthode

Creates a new purchasable outfit.
public PurchasableOutfit ( ) : System
Résultat System

Read() public méthode

Reads a purchasable outfit from a stream.
public Read ( Stream stream ) : void
stream Stream A Stream instance holding a Purchasable Outfit.
Résultat void