mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Increment submodules and API.
This commit is contained in:
parent
290912e7cd
commit
d649a3b1a7
3 changed files with 3 additions and 4 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit d7e8c8c44d92bd50764394af51ac24cb07f362dc
|
Subproject commit 983c98f74e7cd052b21f6ca35ef0ceaa9b388964
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 41956a51afcc4991dbf3aec5ed98ebcf739062f5
|
Subproject commit 8ed213d0127c7e17742cc29894b1b81a6dd5adf6
|
||||||
|
|
@ -12,7 +12,6 @@ using System.Collections.Generic;
|
||||||
using System.Diagnostics.CodeAnalysis;
|
using System.Diagnostics.CodeAnalysis;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Reflection;
|
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
using FFXIVClientStructs.FFXIV.Client.Graphics.Scene;
|
using FFXIVClientStructs.FFXIV.Client.Graphics.Scene;
|
||||||
using Penumbra.Api.Enums;
|
using Penumbra.Api.Enums;
|
||||||
|
|
@ -31,7 +30,7 @@ namespace Penumbra.Api;
|
||||||
public class PenumbraApi : IDisposable, IPenumbraApi
|
public class PenumbraApi : IDisposable, IPenumbraApi
|
||||||
{
|
{
|
||||||
public (int, int) ApiVersion
|
public (int, int) ApiVersion
|
||||||
=> (4, 19);
|
=> (4, 20);
|
||||||
|
|
||||||
public event Action<string>? PreSettingsPanelDraw
|
public event Action<string>? PreSettingsPanelDraw
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue