C# Class Rogue.STONE, rogue-sharp

Exibir arquivo Open project: jdiamond/rogue-sharp

Public Properties

Property Type Description
st_name string
st_value int

Public Methods

Method Description
STONE ( string name, int value ) : System

Method Details

STONE() public method

public STONE ( string name, int value ) : System
name string
value int
return System

Property Details

st_name public_oe property

public string st_name
return string

st_value public_oe property

public int st_value
return int