mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 17:07:22 +01:00
rebuild PlayerManager to CacheCreationService and optimize creation of the local file cache
This commit is contained in:
parent
86549b2d3f
commit
ede62fabae
23 changed files with 461 additions and 737 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using Dalamud.Interface.Internal.Notifications;
|
||||
using MareSynchronos.Models;
|
||||
|
||||
namespace MareSynchronos.Mediator;
|
||||
|
||||
|
|
@ -35,4 +36,7 @@ public record ResumeScanMessage(string Source) : IMessage;
|
|||
|
||||
public record NotificationMessage
|
||||
(string Title, string Message, NotificationType Type, uint TimeShownOnScreen = 3000) : IMessage;
|
||||
public record CreateCacheForObjectMessage(GameObjectHandler ObjectToCreateFor) : IMessage;
|
||||
public record CharacterDataCreatedMessage(CharacterData CharacterData) : IMessage;
|
||||
|
||||
#pragma warning restore MA0048 // File name must match type name
|
||||
Loading…
Add table
Add a link
Reference in a new issue