Merge branch 'net5'

This commit is contained in:
goaaats 2022-06-24 22:16:24 +02:00
commit 1a2365a676
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
66 changed files with 964 additions and 899 deletions

View file

@ -12,13 +12,12 @@ namespace Dalamud.Game.Text.SeStringHandling
/// </summary>
[PluginInterface]
[InterfaceVersion("1.0")]
[ServiceManager.BlockingEarlyLoadedService]
[Obsolete("This class is obsolete. Please use the static methods on SeString instead.")]
public sealed class SeStringManager
{
/// <summary>
/// Initializes a new instance of the <see cref="SeStringManager"/> class.
/// </summary>
internal SeStringManager()
[ServiceManager.ServiceConstructor]
private SeStringManager()
{
}