Delegate CharacterCreator.GetCustomPriceDelegate
A delegate method used by OnGetCustomPrice
public delegate void CharacterCreator.GetCustomPriceDelegate(PersonLike person, WornClothes clothes, ref float? customPrice)
Parameters
personPersonLike- A delegate method used by
clothesWornClothes- A delegate method used by
customPricefloat?- A delegate method used by
- Extension Methods