Increment submodules and API.

This commit is contained in:
Ottermandias 2023-04-29 13:17:41 +02:00
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

View file

@ -12,7 +12,6 @@ using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.CompilerServices;
using FFXIVClientStructs.FFXIV.Client.Graphics.Scene;
using Penumbra.Api.Enums;
@ -31,7 +30,7 @@ namespace Penumbra.Api;
public class PenumbraApi : IDisposable, IPenumbraApi
{
public (int, int) ApiVersion
=> (4, 19);
=> (4, 20);
public event Action<string>? PreSettingsPanelDraw
{