C# Class Godot.IcsModel.Entities.StockItem

Inheritance: DomainEntity
Mostrar archivo Open project: Slesa/Playground Class Usage Examples

Public Methods

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

Method Details

StockItem() public method

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

StockItem() public method

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