/// <summary> /// Adds a new profile to the list /// </summary> /// <param name="profile">The profile to add</param> public void AddProfile(PlayerProfile profile) { _profileHandler.AddProfile(profile); }