C# Class POLLaunch.Realm

Show file 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 property

public int Height
return int

MapID public property

public int MapID
return int

Name public property

public string Name
return string

UseDif public property

public bool UseDif
return bool

Width public property

public int Width
return int