Merge branch 'net5'

This commit is contained in:
goaaats 2022-06-26 18:50:56 +02:00
commit d29400437e
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
52 changed files with 274 additions and 273 deletions

View file

@ -14,7 +14,7 @@ namespace Dalamud.Game.Text.SeStringHandling
[InterfaceVersion("1.0")]
[ServiceManager.BlockingEarlyLoadedService]
[Obsolete("This class is obsolete. Please use the static methods on SeString instead.")]
public sealed class SeStringManager
public sealed class SeStringManager : IServiceType
{
[ServiceManager.ServiceConstructor]
private SeStringManager()