C# Class POLLaunch.Realm

ファイルを表示 Open project: polserver/poltools

Public Properties

Property Type Description
Height int
MapID int
Name string
UseDif bool
Width int

Public Methods

Method Description
Realm ( ) : System
Realm ( string Name, int MapID, bool UseDif, int Width, int Height ) : System

Method Details

Realm() public method

public Realm ( ) : System
return System

Realm() public method

public Realm ( string Name, int MapID, bool UseDif, int Width, int Height ) : System
Name string
MapID int
UseDif bool
Width int
Height int
return System

Property Details

Height public_oe property

public int Height
return int

MapID public_oe property

public int MapID
return int

Name public_oe property

public string Name
return string

UseDif public_oe property

public bool UseDif
return bool

Width public_oe property

public int Width
return int