C# 클래스 MOTHER3.MapData.RoomInfo

파일 보기 프로젝트 열기: jeffman/MOTHER-3-Funland

공개 프로퍼티들

프로퍼티 타입 설명
Address int
Data byte[]
Length int
Num int
RoomInfoEntries RoomInfo[]
index int

공개 메소드들

메소드 설명
Init ( ) : void

메소드 상세

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

프로퍼티 상세

Address 공개적으로 정적으로 프로퍼티

public static int Address
리턴 int

Data 공개적으로 프로퍼티

public byte[] Data
리턴 byte[]

Length 공개적으로 정적으로 프로퍼티

public static int Length
리턴 int

Num 공개적으로 정적으로 프로퍼티

public static int Num
리턴 int

RoomInfoEntries 공개적으로 정적으로 프로퍼티

public static RoomInfo[] RoomInfoEntries
리턴 RoomInfo[]

index 공개적으로 프로퍼티

public int index
리턴 int