C# Class Godot.IcsModel.Entities.RecipeItem

Ein RecipeItem verknüpft ein ProductionItem mit einer Menge und gehört zu einem Rezept
Inheritance: DomainEntity
Mostrar archivo Open project: Slesa/Playground Class Usage Examples

Public Methods

Method Description
RecipeItem ( ) : Godot.Model
RecipeItem ( decimal quantity, RecipeableItem recipeableItem ) : Godot.Model

Method Details

RecipeItem() public method

public RecipeItem ( ) : Godot.Model
return Godot.Model

RecipeItem() public method

public RecipeItem ( decimal quantity, RecipeableItem recipeableItem ) : Godot.Model
quantity decimal
recipeableItem RecipeableItem
return Godot.Model