API 11 fixes

This commit is contained in:
Liza 2024-11-17 02:12:02 +01:00
parent 538329a1e8
commit 70b0bef245
Signed by: liza
GPG Key ID: 7199F8D727D55F67

View File

@ -123,6 +123,7 @@ public interface IQuestDialogueText
} }
[SuppressMessage("Performance", "CA1815")] [SuppressMessage("Performance", "CA1815")]
[Sheet("PleaseSpecifyTheSheetExplicitly")]
public readonly struct QuestDialogueText(ExcelPage page, uint offset, uint row) : IQuestDialogueText, IExcelRow<QuestDialogueText> public readonly struct QuestDialogueText(ExcelPage page, uint offset, uint row) : IQuestDialogueText, IExcelRow<QuestDialogueText>
{ {
public uint RowId => row; public uint RowId => row;