Table of Contents

Delegate FoodType.GetPriceDelegate

Namespace
TinyLife.Skills
Assembly
Tiny Life.dll

A delegate method used for OnGetPrice.

public delegate void FoodType.GetPriceDelegate(FoodType type, Person person, int servingSize, float markup, ref float originalPrice, ref float? modifiedPrice)

Parameters

type FoodType
person Person
servingSize int
markup float
originalPrice float
modifiedPrice float?
Extension Methods