C# Class NLSE.Garden.Villager

Mostra file Open project: kwsch/NLSE

Public Properties

Property Type Description
Boxed bool
CatchPhrase string
Data byte[]
ID short
Type byte

Public Methods

Method Description
Villager ( byte data, int offset, int size ) : System
Write ( ) : byte[]

Method Details

Villager() public method

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

Write() public method

public Write ( ) : byte[]
return byte[]

Property Details

Boxed public_oe property

public bool Boxed
return bool

CatchPhrase public_oe property

public string CatchPhrase
return string

Data public_oe property

public byte[] Data
return byte[]

ID public_oe property

public short ID
return short

Type public_oe property

public byte Type
return byte