mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:47:21 +01:00
stub
This commit is contained in:
parent
91c7cc5fc8
commit
9c954471fb
7 changed files with 48 additions and 2 deletions
|
|
@ -122,6 +122,9 @@ public sealed class CacheCreationService : DisposableMediatorSubscriberBase
|
|||
MoodlesChanged();
|
||||
}
|
||||
});
|
||||
|
||||
// TODO: if event is needed for petnames add it here similar to moodles
|
||||
|
||||
Mediator.Subscribe<PenumbraModSettingChangedMessage>(this, (msg) =>
|
||||
{
|
||||
Logger.LogDebug("Received Penumbra Mod settings change, updating player");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue