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.
Mostrar archivo Open project: RHY3756547/FreeSO

Public Methods

Method Description
PurchasableOutfit ( ) : System

Creates a new purchasable outfit.

Read ( Stream stream ) : void

Reads a purchasable outfit from a stream.

Method Details

PurchasableOutfit() public method

Creates a new purchasable outfit.
public PurchasableOutfit ( ) : System
return System

Read() public method

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