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