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.
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 메소드들

메소드 설명
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