C# 클래스 NLSE.Garden.GardenData

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

공개 프로퍼티들

프로퍼티 타입 설명
Data byte[]
GrassType int
NativeFruit int
PlayDays ushort
SecondsPlayed uint
TownBytes byte[]
TownHallColor int
TownName string
TrainStationColor int

공개 메소드들

메소드 설명
GardenData ( byte data ) : System
Write ( ) : byte[]
getTownBytes ( ) : byte[]

메소드 상세

GardenData() 공개 메소드

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

Write() 공개 메소드

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

getTownBytes() 공개 메소드

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

프로퍼티 상세

Data 공개적으로 프로퍼티

public byte[] Data
리턴 byte[]

GrassType 공개적으로 프로퍼티

public int GrassType
리턴 int

NativeFruit 공개적으로 프로퍼티

public int NativeFruit
리턴 int

PlayDays 공개적으로 프로퍼티

public ushort PlayDays
리턴 ushort

SecondsPlayed 공개적으로 프로퍼티

public uint SecondsPlayed
리턴 uint

TownBytes 공개적으로 프로퍼티

public byte[] TownBytes
리턴 byte[]

TownHallColor 공개적으로 프로퍼티

public int TownHallColor
리턴 int

TownName 공개적으로 프로퍼티

public string TownName
리턴 string

TrainStationColor 공개적으로 프로퍼티

public int TrainStationColor
리턴 int