Delegate CharacterCreator.BoughtItemDelegate
A delegate method used by OnBoughtItem.
public delegate void CharacterCreator.BoughtItemDelegate(PersonLike person, WornClothes clothes)
Parameters
person
PersonLike- A delegate method used by .
clothes
WornClothes- A delegate method used by .
- Extension Methods