Table of Contents

Delegate CharacterCreator.GetCustomPriceDelegate

Namespace
TinyLife.Uis
Assembly
Tiny Life.dll

A delegate method used by OnGetCustomPrice

public delegate void CharacterCreator.GetCustomPriceDelegate(PersonLike person, WornClothes clothes, ref float? customPrice)

Parameters

person PersonLike
A delegate method used by
clothes WornClothes
A delegate method used by
customPrice float?
A delegate method used by
Extension Methods