C# Class InventoryIngredient, RoverGame

Afficher le fichier Open project: Stumpstump/RoverGame Class Usage Examples

Méthodes publiques

Свойство Type Description
amount int
ingredient Ingredient,

Méthodes publiques

Méthode Description
Add ( int i ) : void

Method Details

Add() public méthode

public Add ( int i ) : void
i int
Résultat void

Property Details

amount public_oe property

public int amount
Résultat int

ingredient public_oe property

public Ingredient, ingredient
Résultat Ingredient,