C# Class InventoryIngredient, RoverGame

Datei anzeigen Open project: Stumpstump/RoverGame Class Usage Examples

Public Properties

Property Type Description
amount int
ingredient Ingredient,

Public Methods

Method Description
Add ( int i ) : void

Method Details

Add() public method

public Add ( int i ) : void
i int
return void

Property Details

amount public_oe property

public int amount
return int

ingredient public_oe property

public Ingredient, ingredient
return Ingredient,