csharp
public sealed class ProfileBinderWhat a game registers its sections with, and what loads and saves them all.
Fields and properties (1)
public int CountHow many are registered.
Methods (3)
public ProfileBinder Add(IProfileSection section)Registers one.
public void Load(PlayerProfile profile)Loads every registered section out of a profile.
public bool Save(PlayerProfile profile)Writes every registered section into a profile.
Used by (1)
- PlayerProfileTestsVixen.Live.Gameplay.Tests