mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Switch mostly to Luna Services.
This commit is contained in:
parent
97c8d82b33
commit
3e4e3022d8
200 changed files with 348 additions and 481 deletions
|
|
@ -4,7 +4,6 @@ using Newtonsoft.Json;
|
|||
using OtterGui.Classes;
|
||||
using OtterGui.Extensions;
|
||||
using OtterGui.Filesystem;
|
||||
using OtterGui.Services;
|
||||
using OtterGui.Widgets;
|
||||
using Penumbra.Import.Structs;
|
||||
using Penumbra.Interop.Services;
|
||||
|
|
@ -28,7 +27,7 @@ public record PcpSettings
|
|||
}
|
||||
|
||||
[Serializable]
|
||||
public class Configuration : IPluginConfiguration, ISavable, IService
|
||||
public class Configuration : IPluginConfiguration, ISavable, Luna.IService
|
||||
{
|
||||
[JsonIgnore]
|
||||
private readonly SaveService _saveService;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue