chore: clean up lumina obsoletes and warnings

This commit is contained in:
Kaz Wolfe 2025-08-04 23:24:37 -07:00
parent 82f9db4ca6
commit 2f9363b9cc
No known key found for this signature in database
GPG key ID: 258813F53A16EBB4
6 changed files with 26 additions and 18 deletions

View file

@ -118,6 +118,7 @@ public class SeString
/// </summary>
/// <param name="str">string to convert.</param>
/// <returns>Equivalent SeString.</returns>
[Obsolete("Switch to using ReadOnlySeString instead of Lumina's SeString.", true)]
public static explicit operator SeString(Lumina.Text.SeString str) => str.ToDalamudString();
/// <summary>