C# Class NLSE.Garden.GardenData

Exibir arquivo Open project: kwsch/NLSE

Public Properties

Property Type Description
Data byte[]
GrassType int
NativeFruit int
PlayDays ushort
SecondsPlayed uint
TownBytes byte[]
TownHallColor int
TownName string
TrainStationColor int

Public Methods

Method Description
GardenData ( byte data ) : System
Write ( ) : byte[]
getTownBytes ( ) : byte[]

Method Details

GardenData() public method

public GardenData ( byte data ) : System
data byte
return System

Write() public method

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

getTownBytes() public method

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

Property Details

Data public_oe property

public byte[] Data
return byte[]

GrassType public_oe property

public int GrassType
return int

NativeFruit public_oe property

public int NativeFruit
return int

PlayDays public_oe property

public ushort PlayDays
return ushort

SecondsPlayed public_oe property

public uint SecondsPlayed
return uint

TownBytes public_oe property

public byte[] TownBytes
return byte[]

TownHallColor public_oe property

public int TownHallColor
return int

TownName public_oe property

public string TownName
return string

TrainStationColor public_oe property

public int TrainStationColor
return int