C# Class Rogue.h_list, rogue-sharp

ファイルを表示 Open project: jdiamond/rogue-sharp

Public Properties

Property Type Description
h_ch int
h_desc string
h_print bool

Public Methods

Method Description
h_list ( int hCh, string hDesc, bool hPrint ) : System

Method Details

h_list() public method

public h_list ( int hCh, string hDesc, bool hPrint ) : System
hCh int
hDesc string
hPrint bool
return System

Property Details

h_ch public_oe property

public int h_ch
return int

h_desc public_oe property

public string h_desc
return string

h_print public_oe property

public bool h_print
return bool