C# Class MOTHER3.MapData.RoomInfo

显示文件 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_oe static_oe property

public static int Address
return int

Data public_oe property

public byte[] Data
return byte[]

Length public_oe static_oe property

public static int Length
return int

Num public_oe static_oe property

public static int Num
return int

RoomInfoEntries public_oe static_oe property

public static RoomInfo[] RoomInfoEntries
return RoomInfo[]

index public_oe property

public int index
return int