API 11 fixes
This commit is contained in:
parent
538329a1e8
commit
70b0bef245
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user