This commit is contained in:
Ottermandias 2024-08-10 11:55:30 +02:00
parent 421fde70b0
commit 7ba7a6e319
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 759a8e9dc50b3453cdb7c3cba76de7174c94aba0
Subproject commit 552246e595ffab2aaba2c75f578d564f8938fc9a

View file

@ -22,7 +22,7 @@ public class PenumbraApi(
}
public (int Breaking, int Feature) ApiVersion
=> (5, 1);
=> (5, 3);
public bool Valid { get; private set; } = true;
public IPenumbraApiCollection Collection { get; } = collection;