C# 클래스 NLSE.Garden.Player

파일 보기 프로젝트 열기: kwsch/NLSE

공개 프로퍼티들

프로퍼티 타입 설명
Badges byte[]
Data byte[]
Dressers System.Item[]
Gender int
Hair byte
HomeTown string
IslandBox System.Item[]
JPEG Image
Name string
PlayerBytes byte[]
Pockets System.Item[]

공개 메소드들

메소드 설명
Player ( byte data ) : System
Write ( ) : byte[]
getPlayerBytes ( ) : byte[]

메소드 상세

Player() 공개 메소드

public Player ( byte data ) : System
data byte
리턴 System

Write() 공개 메소드

public Write ( ) : byte[]
리턴 byte[]

getPlayerBytes() 공개 메소드

public getPlayerBytes ( ) : byte[]
리턴 byte[]

프로퍼티 상세

Badges 공개적으로 프로퍼티

public byte[] Badges
리턴 byte[]

Data 공개적으로 프로퍼티

public byte[] Data
리턴 byte[]

Dressers 공개적으로 프로퍼티

public Item[],System Dressers
리턴 System.Item[]

Gender 공개적으로 프로퍼티

public int Gender
리턴 int

Hair 공개적으로 프로퍼티

public byte Hair
리턴 byte

HomeTown 공개적으로 프로퍼티

public string HomeTown
리턴 string

IslandBox 공개적으로 프로퍼티

public Item[],System IslandBox
리턴 System.Item[]

JPEG 공개적으로 프로퍼티

public Image JPEG
리턴 Image

Name 공개적으로 프로퍼티

public string Name
리턴 string

PlayerBytes 공개적으로 프로퍼티

public byte[] PlayerBytes
리턴 byte[]

Pockets 공개적으로 프로퍼티

public Item[],System Pockets
리턴 System.Item[]