mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-23 17:09:22 +01:00
Improve automatic service detection.
This commit is contained in:
parent
b5c69b2946
commit
81cdcad72e
13 changed files with 86 additions and 128 deletions
|
|
@ -5,15 +5,12 @@ using Dalamud.Interface;
|
|||
using Dalamud.Plugin.Services;
|
||||
using Lumina.Excel.GeneratedSheets;
|
||||
using OtterGui.Log;
|
||||
using OtterGui.Services;
|
||||
|
||||
namespace Penumbra.Services;
|
||||
|
||||
public class MessageService : OtterGui.Classes.MessageService
|
||||
public class MessageService(Logger log, UiBuilder uiBuilder, IChatGui chat) : OtterGui.Classes.MessageService(log, uiBuilder, chat), IService
|
||||
{
|
||||
public MessageService(Logger log, UiBuilder uiBuilder, IChatGui chat)
|
||||
: base(log, uiBuilder, chat)
|
||||
{ }
|
||||
|
||||
public void LinkItem(Item item)
|
||||
{
|
||||
// @formatter:off
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue