mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Rework API, use Collection ID in crash handler, use collection GUIDs in more places.
This commit is contained in:
parent
793ed4f0a7
commit
ba8999914f
88 changed files with 4193 additions and 3930 deletions
|
|
@ -20,6 +20,7 @@ using ChangedItemHover = Penumbra.Communication.ChangedItemHover;
|
|||
using OtterGui.Tasks;
|
||||
using Penumbra.GameData.Enums;
|
||||
using Penumbra.UI;
|
||||
using IPenumbraApi = Penumbra.Api.Api.IPenumbraApi;
|
||||
using ResidentResourceManager = Penumbra.Interop.Services.ResidentResourceManager;
|
||||
|
||||
namespace Penumbra;
|
||||
|
|
@ -105,8 +106,7 @@ public class Penumbra : IDalamudPlugin
|
|||
|
||||
private void SetupApi()
|
||||
{
|
||||
var api = _services.GetService<IPenumbraApi>();
|
||||
_services.GetService<PenumbraIpcProviders>();
|
||||
_services.GetService<IpcProviders>();
|
||||
_communicatorService.ChangedItemHover.Subscribe(it =>
|
||||
{
|
||||
if (it is (Item, FullEquipType))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue