mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 04:34:19 +01:00
API 5.3
This commit is contained in:
parent
421fde70b0
commit
7ba7a6e319
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit 759a8e9dc50b3453cdb7c3cba76de7174c94aba0
|
Subproject commit 552246e595ffab2aaba2c75f578d564f8938fc9a
|
||||||
|
|
@ -22,7 +22,7 @@ public class PenumbraApi(
|
||||||
}
|
}
|
||||||
|
|
||||||
public (int Breaking, int Feature) ApiVersion
|
public (int Breaking, int Feature) ApiVersion
|
||||||
=> (5, 1);
|
=> (5, 3);
|
||||||
|
|
||||||
public bool Valid { get; private set; } = true;
|
public bool Valid { get; private set; } = true;
|
||||||
public IPenumbraApiCollection Collection { get; } = collection;
|
public IPenumbraApiCollection Collection { get; } = collection;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue