C# 클래스 NLSE.Garden.Villager

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

공개 프로퍼티들

프로퍼티 타입 설명
Boxed bool
CatchPhrase string
Data byte[]
ID short
Type byte

공개 메소드들

메소드 설명
Villager ( byte data, int offset, int size ) : System
Write ( ) : byte[]

메소드 상세

Villager() 공개 메소드

public Villager ( byte data, int offset, int size ) : System
data byte
offset int
size int
리턴 System

Write() 공개 메소드

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

프로퍼티 상세

Boxed 공개적으로 프로퍼티

public bool Boxed
리턴 bool

CatchPhrase 공개적으로 프로퍼티

public string CatchPhrase
리턴 string

Data 공개적으로 프로퍼티

public byte[] Data
리턴 byte[]

ID 공개적으로 프로퍼티

public short ID
리턴 short

Type 공개적으로 프로퍼티

public byte Type
리턴 byte