Rename CompareIgnoringOwnership and FindActorsByIdentifier

This commit is contained in:
RisaDev
2024-10-18 21:34:35 +03:00
parent 80e87a821d
commit 3e290cbabc
8 changed files with 22 additions and 16 deletions

View File

@@ -32,6 +32,11 @@ public class PluginConfiguration : IPluginConfiguration, ISavable
/// </summary>
public Guid DefaultProfile { get; set; } = Guid.Empty;
/// <summary>
/// Id of the profile applied to any character user logins with. Can be set to Empty to disable this feature.
/// </summary>
public Guid DefaultLocalPlayerProfile { get; set; } = Guid.Empty;
[Serializable]
public class ChangelogSettingsEntries
{