mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 06:17:43 +01:00
refactor: obsolete SeStringManager, move into SeString
This commit is contained in:
parent
e5cad2edde
commit
ca201e1a14
8 changed files with 223 additions and 139 deletions
|
|
@ -164,7 +164,7 @@ namespace Dalamud.Game.Gui.Toast
|
|||
}
|
||||
|
||||
// call events
|
||||
return Service<SeStringManager>.Get().Parse(bytes.ToArray());
|
||||
return SeString.Parse(bytes.ToArray());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue