mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-25 18:09:22 +01:00
Update to .net8.
This commit is contained in:
parent
9f7b95746d
commit
05b7234748
12 changed files with 14 additions and 13 deletions
|
|
@ -9,7 +9,8 @@ using OtterGui.Services;
|
|||
|
||||
namespace Penumbra.Services;
|
||||
|
||||
public class MessageService(Logger log, UiBuilder uiBuilder, IChatGui chat) : OtterGui.Classes.MessageService(log, uiBuilder, chat), IService
|
||||
public class MessageService(Logger log, UiBuilder uiBuilder, IChatGui chat, INotificationManager notificationManager)
|
||||
: OtterGui.Classes.MessageService(log, uiBuilder, chat, notificationManager), IService
|
||||
{
|
||||
public void LinkItem(Item item)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue