/// <summary> /// Loads the Hair for a Content Pack. /// </summary> /// <param name="contentPack">The current Content Pack.</param> private void LoadHair(IContentPack contentPack) { HairLoader hairLoader = new HairLoader(Entry, contentPack, this); hairLoader.LoadHair(); }
/// <summary> /// Loads the hairstyles two image. /// </summary> private void AddHairstylesTwo() { HairLoader hairLoader = new HairLoader(Entry, null, this); hairLoader.LoadHairstyleTwo(); }