C# Class Ingredient, CodeSpells

Inheritance: Item
Mostra file Open project: srfoster/CodeSpells Class Usage Examples

Public Properties

Property Type Description
is_plant bool
is_rock bool

Public Methods

Method Description
isPlant ( ) : bool
isRock ( ) : bool
setIsPlant ( ) : void
setIsRock ( ) : void

Method Details

isPlant() public method

public isPlant ( ) : bool
return bool

isRock() public method

public isRock ( ) : bool
return bool

setIsPlant() public method

public setIsPlant ( ) : void
return void

setIsRock() public method

public setIsRock ( ) : void
return void

Property Details

is_plant public_oe property

public bool is_plant
return bool

is_rock public_oe property

public bool is_rock
return bool