C# Class MOTHER3.MapData.RoomInfo

Show file Open project: jeffman/MOTHER-3-Funland

Public Properties

Property Type Description
Address int
Data byte[]
Length int
Num int
RoomInfoEntries RoomInfo[]
index int

Public Methods

Method Description
Init ( ) : void

Method Details

Init() public static method

public static Init ( ) : void
return void

Property Details

Address public static property

public static int Address
return int

Data public property

public byte[] Data
return byte[]

Length public static property

public static int Length
return int

Num public static property

public static int Num
return int

RoomInfoEntries public static property

public static RoomInfo[] RoomInfoEntries
return RoomInfo[]

index public property

public int index
return int