C# Класс 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.
Показать файл Открыть проект

Открытые методы

Метод Описание
PurchasableOutfit ( ) : System

Creates a new purchasable outfit.

Read ( Stream stream ) : void

Reads a purchasable outfit from a stream.

Описание методов

PurchasableOutfit() публичный Метод

Creates a new purchasable outfit.
public PurchasableOutfit ( ) : System
Результат System

Read() публичный Метод

Reads a purchasable outfit from a stream.
public Read ( Stream stream ) : void
stream Stream A Stream instance holding a Purchasable Outfit.
Результат void